Skip to main content

REST APIs for 24.2.20 and 24.2.10

Node Availability

This Public Stable API method allows the Load Balancer to monitor the health of the PCE core nodes in a 2x2 or 4x2 cluster. This feature is only available if the PCE is deployed as software in your data center.

Note

This API call does not require authentication.

URI to Check Node Availability

GET [api_version]/node_available

Support Bundle Requests

Several APIs have been introduced to provide a mechanism to generate a support bundle on each node, including a time range and possibly additional options.

API Methods

Functionality

HTTP

URI

Return the collection of PCE support bundle requests:

GET

[api_version][org_href]/support_bundle_requests

Return a specific PCE support bundle request:

GET

[api_version][org_href]/support_bundle_requests/:uuid

Create a PCE support bundle request.

POST

[api_version][org_href]/support_bundle_requests

Delete the PCE support bundle request.

DELETE

[api_version][org_href]/support_bundle_requests/:uuid

Health Check from a Load Balancer

In a production deployment, customers run health checks from a Load Balancer. The actual request syntax varies, but here is a sample command for Infoblox:

GET /api/v2/node_available HTTP/1.1