Certificate Observability service auto-discovers and registers endpoints of supported types that are linked to TCA-M and/or TCA-CP. User may want/need to add more endpoints which are not linked to any TCA system yet.
Operation | API call | Response Example: |
Register a new endpoint. Note: If the new endpoint can communicate to the TCA-CP(s), then register the endpoint with that TCA-CP(s) only. i.e the endpoint is reachable in the TCA-CP(s) network. | POST https://TCA-IP/tca/monitoring/api/v1/endpoints Request Body: | |
Operation | API call | |
Get a list of all the all endpoints currently registered with the Certificate Observability service on TCA system. | GET https://TCA-IP/tca/monitoring/api/v1/endpoints | |
Operation | API call | Response Example: |
Delete a registered endpoint. | DELETE https://TCA-IP/tca/monitoring/api/v1/endpoints/instanceUuid | No content. Successful 200 OK |