Get Domain Managers

Get Domain Managers

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

Request
URI
POST
https://{api_host}/tcsa/api/topology/v1/domain-managers
COPY
Request Body

The request object to get the domain manager.

DomainManagerRequest of type(s) application/json
Required
{
    "elementUUID": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES",
    "deviceType": "NetworkFunction",
    "name": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2"
}
string
elementUUID
Required

Uniquely identifies the object across domains.

string
deviceType
Required

The type of device i.e. Router/Switch

string
name
Required

The instance name of the device.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DomainManagerResponse of type(s) application/json
"DomainManagerResponse Object"

400

Invalid Request sent by the user

Operation doesn't return any data structure

401

User authentication failed

Operation doesn't return any data structure

403

Access to the requested resource/operation is forbidden

Operation doesn't return any data structure

404

Cannot find requested resource

Operation doesn't return any data structure

500

Internal server error

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"elementUUID:"string","deviceType:"string","name:"string"}' https://{api_host}/tcsa/api/topology/v1/domain-managers