[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Get Domain Managers

Description

Get the details of the domain manager, which is responsible for discovering the requested topology instance.

Request

Request

URL

URL


post
https://{api_host}tcsa.host.com/tcsa/api/topology/v1/domain-managers
Copy

Request Body

Request Body

DomainManagerRequest of mimetype application/json Required

The request object to get the domain manager.

{
    "deviceType": "NetworkFunction",
    "elementUUID": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES",
    "name": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2"
}
string
deviceType Required

The type of device i.e. Router/Switch


string
elementUUID Required

Uniquely identifies the object across domains.


string
name Required

The instance name of the device.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns map of DomainManagerList of type application/json
Errors

Errors

400

Invalid Request sent by the user


401

User authentication failed


403

Access to the requested resource/operation is forbidden


404

Cannot find requested resource


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"deviceType":"NetworkFunction","elementUUID":"NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES","name":"NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2"}' https://{api_host}tcsa.host.com/tcsa/api/topology/v1/domain-managers


[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Feedback

Was this page helpful?