Skip to main content

Find AzureResourceGroups

GET 

/projects/:projectId/azure/resourcegroups

This operation allows to find AzureResourceGroups by project.

Request

Path Parameters

    projectId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    project Id

Query Parameters

    azureCspCredentialId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential Id

    azureRegion stringrequired

    Possible values: Value must match regular expression \S

    azure region

Responses

ok

Schema

  • Array [

  • name string

    azure resource group name

    location string

    azure resource group location

  • ]

Loading...