Skip to main content

REST APIs for 24.2.20 and 24.2.10

No Op Public Stable API

The No Op Public Stable API calls the PCE without performing any operations. This API is used to check connectivity to and from the PCE.

Use this API to verify that new authentication credentials are working after creating a new set of keys.

URI for No Op

GET [api_version]/noop

Curl Command for No Op

curl -i -X GET https://pce.my-company.com:8443/api/v2/noop -H "Accept: application/json" -u $KEY:'TOKEN'