Endpoint URL
HTTP Method
POST
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.
Request Headers
Content-Type: application/json
Authorization: Bearer <your_access_token>
Request Example
Success Responses
Scenario 1: Event Created
This response indicates that a termination of DR event has been successfully created
{
"code": 201,
"data": {
"id": null
},
"message": "event row created"
{
"code": 201,
"data": {
"id": null
},
"message": "event row created"
{
"code": 201,
"data": {
"id": null
},
"message": "event row created"
{
"code": 201,
"data": {
"id": null
},
"message": "event row created"
Scenario 2: Event Already Triggered
This response indicates that a DR event has already been initiated for the provided cyber policy
{
"code": 200,
"data": {
"id": null
},
"message": "termination event already triggered"
{
"code": 200,
"data": {
"id": null
},
"message": "termination event already triggered"
{
"code": 200,
"data": {
"id": null
},
"message": "termination event already triggered"
{
"code": 200,
"data": {
"id": null
},
"message": "termination event already triggered"
Error ResponsesNot Found (404 Not Found)
This error indicates that the specified cidr_id does not correspond to any existing cyber policy view
{
"error": {
"code": "404",
"message": "Not Found",
"details": {
"timestamp": "2025-03-04T17:15:55",
"description": "Cidr rFVrfliRmYgD1 not found"
{
"error": {
"code": "404",
"message": "Not Found",
"details": {
"timestamp": "2025-03-04T17:15:55",
"description": "Cidr rFVrfliRmYgD1 not found"
{
"error": {
"code": "404",
"message": "Not Found",
"details": {
"timestamp": "2025-03-04T17:15:55",
"description": "Cidr rFVrfliRmYgD1 not found"
{
"error": {
"code": "404",
"message": "Not Found",
"details": {
"timestamp": "2025-03-04T17:15:55",
"description": "Cidr rFVrfliRmYgD1 not found"
Unauthorized (401 Unauthorized)
{
"error": {
"code": "401",
"message": "Unauthorized",
"details": {
"timestamp": "2025-03-04T17:01:01",
"description": "Unable to process access token"
{
"error": {
"code": "401",
"message": "Unauthorized",
"details": {
"timestamp": "2025-03-04T17:01:01",
"description": "Unable to process access token"
{
"error": {
"code": "401",
"message": "Unauthorized",
"details": {
"timestamp": "2025-03-04T17:01:01",
"description": "Unable to process access token"
{
"error": {
"code": "401",
"message": "Unauthorized",
"details": {
"timestamp": "2025-03-04T17:01:01",
"description": "Unable to process access token"
Internal Server Error (500 Internal Server Error)
{
"error": {
"code": "500",
"message": "Internal Server Error",
"details": {
"timestamp": "2025-03-04T17:17:08",
"description": "Unexpected error. Our team is working on it"
{
"error": {
"code": "500",
"message": "Internal Server Error",
"details": {
"timestamp": "2025-03-04T17:17:08",
"description": "Unexpected error. Our team is working on it"
{
"error": {
"code": "500",
"message": "Internal Server Error",
"details": {
"timestamp": "2025-03-04T17:17:08",
"description": "Unexpected error. Our team is working on it"
{
"error": {
"code": "500",
"message": "Internal Server Error",
"details": {
"timestamp": "2025-03-04T17:17:08",
"description": "Unexpected error. Our team is working on it"