Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

Find AzureRegions

GET 

/api/v1/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 [
  • namestring

    region name

    displayNamestring

    region display name

  • ]

Authorization: http

name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
curl -L '/api/v1/projects/:projectId/azure/regions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
/api/v1
Auth
Parameters
— pathrequired
— queryrequired