Checks if AD was configured previously.
Note
In case NAKIVO Backup & Replication was installed in Multi-tenant mode, the use of API is possible only for the Master tenant.
Endpoint
https://<Director_IP_address>:4443/c/router
Request Example
curl
curl --request POST \ --url https://<Director_IP_address>:4443/c/router \ --header ""content-type: application/json"" \ --cookie @cookies.txt \ --data { "action": "ADDomainManagement", "method": "isADConfigurationEstablishedBefore", "data": null, "type": ""rpc"", "tid": 1 }"
Request Fields
Field | Type | Value(s) |
---|---|---|
| string |
|
| string |
|
| null | |
| string |
|
| integer |
|
Response Sample
{ "action": "ADDomainManagement", "method": "isADConfigurationEstablishedBefore", "tid": "1", "type": "rpc", "message": null, "where": null, "cause": null, "data": null }
Response Fields
Field | Type | Value(s) |
---|---|---|
| string |
|
| string |
|
| integer |
|
| string |
|
| null | |
where | null | |
cause | null | |
data | boolean | true |