Skip to main content

Find AzureCredentials

GET 

https://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/credentials

This operation allows to get a page of AzureCredentials

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

    limit int32

    Possible values: <= 100

    Limit of the size of the page

    Default value: 20
    offset int32

    Offset of the page

    Default value: 0

Responses

ok

Response Headers
    X-Total-Count

    number total of items

    X-Result-Count

    number of returned items

Schema
  • Array [
  • iduuid

    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}

    projectIduuid

    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}

    namestring

    azure credential name

    cspstring

    csp of the credential

    descriptionstring

    azure credential description

    projectNamestring

    name of the project associated to the azure credential

    expirationDatedate

    expiration date of the azure credential

    Example: 2022-03-10
  • ]

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/credentials' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/azure/api/v1/
Auth
Parameters
— pathrequired
— query
— query