[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Get Domain Managers
DescriptionGet the details of the domain manager, which is responsible for discovering the requested topology instance.
Request
URLURL
https://{api_host}tcsa.host.com/tcsa/api/topology/v1/domain-managers
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
map
of
DomainManagerList
of type application/json
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
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
On This Page
Topology Operations
post
post
post
post
post
post