v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Azure

List Azure resource metadata names

Lists Azure resource metadata names by metadata type specified. The unique metadata values can be used in search API.

get/pazwlConfig/v1/azure/resources/{metadataType}

Path parameters

metadataTypestring required

Specify the metadata type to be searched. Valid values for metadataType are "resource_groups", "resource_names" , "tag_keys" , "tag_values", "regions".

Query parameters

resourceTypestring required

Specify the resource type to filter resources.Valid value for resourceType is "VirtualMachine".

subscriptionsinteger[] required

Specify the subscription IDs to be searched. Enter "0" for searching in all subscriptions.

regionsstring[]

Specify the regions to be searched. Enter "All" to search in all regions.This field is ignored for metadataType "Region", and mandatory for all other metadataTypes.

tagKeystring

It is optional field. Specify the tagKey to fetch tagvalues.

Headers

authEntitiesstring required

Specify the Auth Entity required for passing OrgIDs. It is a key-value pair delimited by ';'. Specify multiple org values of pIDs by separating with comma. For example, "pType=org;pID=1,2,3".

Response

Success

metadataTypestring

Type of metadata provided in request.

namesstring[]

Metadata values based on the type provided in request.