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.host.com/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
{
    "0": {
        "domainManagerName": "INCHARGE-ESM",
        "edaaEnabled": true
    },
    "1": {
        "domainManagerName": "INCHARGE-SA",
        "edaaEnabled": true
    }
}

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