How to register Endpoints in Telco Cloud Automation (TCA) using the API.
search cancel

How to register Endpoints in Telco Cloud Automation (TCA) using the API.

book

Article ID: 325357

calendar_today

Updated On:

Products

VMware

Issue/Introduction

How to manually register endpoints to monitor connectivity and certificates

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.


Resolution

OperationAPI callResponse 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:
OperationAPI 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
 
OperationAPI callResponse Example:
Delete a registered endpoint. DELETE https://TCA-IP/tca/monitoring/api/v1/endpoints/instanceUuidNo content. Successful 200 OK