Skip to main content
GET
/
external
/
api
/
v1
/
policies
/
cyber
/
{cidr_id}
/
view
Describe Cyber Policy
curl --request GET \
  --url https://public-api.cloudidr.com/external/api/v1/policies/cyber/{cidr_id}/view \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "401",
    "message": "Unauthorized",
    "details": {
      "timestamp": "2025-03-04T17:01:01",
      "description": "Unable to process access token"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cidr_id
string
required

A unique identifier representing the cyber policy or customer view. This ID is used to retrieve detailed view information.

Response

Success - Returns detailed cyber policy information