Get Domain Status by Domain and Type (v2.0)
GET/sdwan/v2.0/api/directoryservices/:directory_service_id/domainstatus/:domain_status_id
List all the domain status by domain and type.
Request
Path Parameters
directory_service_id stringrequired
The ID of the directory service.
domain_status_id stringrequired
The ID of the domain status.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"groups_count": 0,
"id": "string",
"last_updated": 0,
"name": "string",
"status": "string",
"users_count": 0
}
Loading...