To view details of a specific cyber policy, make a GET request to the endpoint with the requiredViewing Cyber Policy Details
cidr_id. Include the authorization token in the request headers. If the cidr_id is valid, the response will contain detailed policy information, including region settings, instances, and disaster recovery events. If the cidr_id is incorrect, you will receive a 404 Not Found error. Ensure that the access token is valid to avoid a 401 Unauthorized error.
To fetch all cyber policies associated with a customer, send a GET request to the endpoint using theListing Cyber Policies for a Customer
cid_ext identifier. You can include optional query parameters like page, pageSize, sort, policyStatus, and policyName to refine the results. If policies exist for the customer, they will be listed in the response. If none are found, an empty result set will be returned. Invalid or missing authentication will lead to a 401 Unauthorized error, and server issues may result in a 500 Internal Server Error.
To initiate a disaster recovery event, send a POST request to the endpoint with theInitiating a Cyber Policy Event
cidr_id. The authorization token must be included in the headers. If the event is successfully created, the response will confirm its initiation. If an event has already been triggered, the response will indicate that no new event is required. If the cidr_id does not exist, a 404 Not Found error will be returned. Invalid authentication will lead to a 401 Unauthorized error.
To terminate an ongoing disaster recovery event, send a POST request to the endpoint with theTerminating a Cyber Policy Event
cidr_id. Ensure the request includes a valid authorization token. A successful response confirms event termination. If the event has already been terminated, the response will indicate that no further action is needed. If the cidr_id is incorrect, a 404 Not Found error will occur. An invalid token will result in a 401 Unauthorized error.
Ensure all API requests include valid authentication and correct identifiers to avoid errors.
