Aller au contenu principal

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

Find AzureResourceGroups

GET 

https://api.orange.com/evolutionplatform/azure/api/v1//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 [
  • namestring

    azure resource group name

    locationstring

    azure resource group location

  • ]

Authorization: oauth2

name: oauth2clientcredentialstype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "https://api.orange.com/oauth/v3/token",
    "scopes": {}
  }
}
curl -L 'https://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/resourcegroups' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/azure/api/v1/
Auth
Parameters
— pathrequired
— queryrequired
— queryrequired