Manually register endpoints to monitor connectivity and certificates using the TCA API
search cancel

Manually register endpoints to monitor connectivity and certificates using the TCA API

book

Article ID: 325357

calendar_today

Updated On:

Products

VMware Telco Cloud Automation

Issue/Introduction

  • 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.

 

Environment

3.1x, 3.2.x

Resolution

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