Zum Inhalt springen

getZone

GET
/zones/{zoneId}
curl --request GET \
--url https://example.com/api/v1/zones/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--cookie dnse_session=<dnse_session>
zoneId
required
string format: uuid

Zone incl. desired record sets.

Media typeapplication/json
object
id
string format: uuid
name
string
accountId
string format: uuid
projectId
string format: uuid
recordSets
Array<object>
object
name
string
type
string
ttl
integer format: int64
records
Array<string>
source
string
Allowed values: adopted manual
ignored
Array<string>
lastSyncAt

Last successful drift synchronisation (job or manual).

string format: date-time
nsEditable

Apex NS records are editable at this provider.

boolean
Example
{
"recordSets": [
{
"source": "adopted"
}
]
}

Resource not found.

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}