Get Domain Status (2.0)
GET/v2.0/api/tenants/:tenant_id/directoryservices/status
Get the domain status.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The number of responses.
id string
The ID of the response.
tenant_id string
The ID of the tenant.
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",
"tenant_id": "string",
"items": [
{
"groups_count": 0,
"id": "string",
"last_updated": 0,
"name": "string",
"status": "string",
"users_count": 0
}
]
}
Loading...