Get Domain Status (v2.0)
GET/sdwan/v2.0/api/directoryservices/status
List the domain status.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
items DirectoryServiceDomainStatus[]
groups_count int64
The number of groups.
id string
The ID.
last_updated int64
The last updated domain status.
name string
The name of the domain.
status string
Domain status.
users_count int64
The number of users.
{
"count": 0,
"id": "string",
"items": [
{
"groups_count": 0,
"id": "string",
"last_updated": 0,
"name": "string",
"status": "string",
"users_count": 0
}
]
}
Loading...