LDAP Domain Name Server
LDAP Domain
Endpoints for LDAP Domain Name Server Zones
Retrieve Domain Details
API Endpoint Path
/api/ldap/domain/
Method
GET
Retrieve DNS Zone
API Endpoint Path
/api/ldap/domain/zone/
Method
POST
Request Example:
{
"filter": { "dnsZone": "example.com" }
}
Create DNS Zone
API Endpoint Path
/api/ldap/domain/
Method
POST
Request Example:
{
"filter": { "dnsZone": "example.com" }
}
Returns:
- 200 OK
- 409 Conflict when Zone already exists.
Delete DNS Zone
API Endpoint Path
/api/ldap/domain/
Method
PATCH
Request Example:
{
"filter": { "dnsZone": "example.com" }
}
Returns:
- 200 OK
- 400 Conflict when Zone does not exist.
LDAP Record
Endpoints for LDAP Domain Records
Create DNS Record
API Endpoint Path
/api/ldap/record/
Method
POST
Update DNS Record
API Endpoint Path
/api/ldap/record/
Method
PUT
Delete DNS Record
API Endpoint Path
/api/ldap/record/
Method
PATCH