Find AzureResourceGroups
GEThttps://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/resourcegroups
This operation allows to find AzureResourceGroups by project.
Request
Path Parameters
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
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
Possible values: Value must match regular expression \S
azure region
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
azure resource group name
azure resource group location
[
{
"name": "string",
"location": "string"
}
]
bad request
- application/json
- Schema
- Example (auto)
Schema
bad request code
bad request message
bad request description
violations object[]
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: oauth2
name: oauth2clientcredentialstype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "https://api.orange.com/oauth/v3/token",
"scopes": {}
}
}
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/resourcegroups' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'