Get Vrops Integrated Domains
Retrieves the existing domains and their connection status with Aria Operations.
Request
URI
GET
https://{api_host}/v1/vrops/domains
COPY
Responses
200
Ok
Returns PageOfDomainIntegration of type(s) application/json
{
"elements": [
{
"domainId": "string",
"status": "ENABLED, DISABLED, IN_PROGRESS"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
Deprecated
Operations Operations
PUT
Connect Vrops With Domain
Deprecated
GET
Get Vropses
GET
Get Vrops Integrated Domains
Deprecated