Report_status
POST v1/active_directory_memberships/id/actions/report_status
Description
Reports the detail status of the Active Directory domain.
Normal Response Codes
200
HTTP Error Codes
400 401 403 404 409 500 503
Detail Codes
Request
| Parameter | Type | JSON Type | Description | Mandatory |
|---|---|---|---|---|
| id | NsObjectID | string | ID of the active directory. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | true |
JSON Request
Response
Type: NsADReportStatusReturn
| Member | Type | JSON Type | Description |
|---|---|---|---|
| joined | NsBoolean | boolean | Joined the Active Directory group. Possible values: 'true', 'false'. |
| enabled | NsBoolean | boolean | Active Directory group is enabled. Possible values: 'true', 'false'. |
| local_service_status | NsBoolean | boolean | Status of the local service. Possible values: 'true', 'false'. |
| remote_service_status | NsBoolean | boolean | Status of the remote service. Possible values: 'true', 'false'. |
| trust_valid | NsBoolean | boolean | Trust is valid. Possible values: 'true', 'false'. |
JSON Response
{"data": { "joined": true,"enabled": false,"local_service_status": false,"remote_service_status": false,"trust_valid": false }}
