Skip to main content
Version: latest

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

(empty)

Schema

    privateDnsZones

    object[]

  • Array [

  • idstring

    Fully qualified resource Id for the resource

    locationstring

    The Azure Region where the resource lives

    namestring

    The name of the resource

  • ]

Loading...