Get Azure private DNS zones for the given resource group
GET/v1/clouds/azure/resourceGroups/:resourceGroup/privateDnsZones
Returns Azure private DNS zones
Request
Path Parameters
resourceGroup stringrequired
resourceGroup for which Azure private dns zones are requested
Query Parameters
cloudAccountUid stringrequired
Uid for the specific Azure cloud account
subscriptionId stringrequired
subscriptionId for which Azure private dns zones are requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
privateDnsZones
object[]
idstring
Fully qualified resource Id for the resource
locationstring
The Azure Region where the resource lives
namestring
The name of the resource
{
"privateDnsZones": [
{
"id": "string",
"location": "string",
"name": "string"
}
]
}
Loading...