Find AzureCredentials
GEThttps://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/credentials
This operation allows to get a page of AzureCredentials
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: <= 100
Limit of the size of the page
20
Offset of the page
0
Responses
- 200
- 400
- 401
- 403
- 500
ok
Response Headers
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
azure credential id
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}
id of the project associated to the azure credential
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 name
csp of the credential
azure credential description
name of the project associated to the azure credential
expiration date of the azure credential
2022-03-10
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"csp": "string",
"description": "string",
"projectName": "string",
"expirationDate": "2022-03-10"
}
]
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"
}
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/credentials' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'