Aller au contenu principal

Find AzureRegions

GET 

/projects/:projectId/azure/regions

This operation allows to find AzureRegisons 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

Responses

ok

Schema

  • Array [

  • name string

    azure region name

    displayName string

    azure region display name

  • ]

Loading...