Endpoint

/v1/ad/reconfigure

POST

Enables/disables POSIX attributes, sets Base DN.

Parameters

This resource has no parameters.

Request

Schema

{
  "description": "ad_domain_reconfigure_args",
  "type": "object",
  "properties": {
    "domain": {
      "description": "domain",
      "type": "string"
    },
    "search_trusted_domains": {
      "description": "Allows the cluster to search trusted domains for user information.",
      "type": "boolean"
    },
    "use_ad_posix_attributes": {
      "description": "use_ad_posix_attributes",
      "type": "boolean"
    },
    "base_dn": {
      "description": "base_dn",
      "type": "string"
    },
    "dns_config_id": {
      "description": "The unique ID of the DNS configuration to use for reconfiguring this AD domain",
      "type": "number"
    }
  }
}

Response

Codes

Code Description
202 Return value on success