API Description | API Path |
---|---|
Get site offboarding status.Get site offboarding status. |
GET /policy/api/v1/infra/site/offboarding-status
|
Delete a siteDelete a site under Infra. |
DELETE /policy/api/v1/infra/sites/<site-id>
|
Read a siteRead a site under Infra. |
GET /policy/api/v1/infra/sites/<site-id>
GET /policy/api/v1/global-infra/sites/<site-id> |
Create or patch SiteCreate or patch Site under Infra. |
PATCH /policy/api/v1/infra/sites/<site-id>
|
Create or fully replace a Site under infraCreate or fully replace a Site under Infra. Revision is optional for creation and required for update. |
PUT /policy/api/v1/infra/sites/<site-id>
|
Returns the certificate of the listenerConnects to the given IP and port, and, if an SSL listener is present, returns the certificate of the listener. Intent of this API is "Do you trust this certificate?". |
GET /policy/api/v1/infra/sites/listener_certificate
GET /policy/api/v1/global-infra/sites/listener_certificate |
Get span for an entity with specified pathGet span for an entity with specified path. |
GET /policy/api/v1/infra/span
GET /policy/api/v1/global-infra/span |