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
}
}
array of object
elements
Optional
The list of elements included in this page
object
pageMetadata
Optional
Represents pageable elements pagination metadata
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/vrops/domains
Deprecated
Operations Operations
GET
Get Vrops Integrated Domains
Deprecated
PUT
Connect Vrops With Domain
Deprecated
GET
Get Vropses