Page tree

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

Tenant Endpoint

For tenants of the multi-tenant product the endpoint must be:
https://<Director_IP_address>:4443/t/<tenant_UUID>/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)

action

string

ADDomainManagement

method

string

isADConfigurationEstablishedBefore

data

null

type

string

rpc

tid

integer

1

Response Sample

{
"action": "ADDomainManagement", 
"method": "isADConfigurationEstablishedBefore", 
"tid": "1", 
"type": "rpc", 
"message": null, 
"where": null, 
"cause": null, 
"data": null 
}

Response Fields

Field

Type

Value(s)

action

string

ADDomainManagement

method

string

isADConfigurationEstablishedBefore

tid

integer

1

type

string

rpc

message

null


wherenull
causenull
databooleantrue
  • No labels