Aller au contenu principal

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

Find AwsCredentials

GET 

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

This operation allows to get a page of AwsCredentials

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

    aws credentials 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}

    namestring

    aws credentials name

    cspstring

    csp of the credentials

    descriptionstring

    aws credentials description

    projectIduuid

    id of the project associated to the aws credentials

    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}

    expirationDatedate

    expiration date of the aws credentials

    Example: 2022-03-10
  • ]

Authorization: http

name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
curl -L 'https://api.orange.com/evolutionplatform/aws/api/v1//projects/:projectId/aws/credentials' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/aws/api/v1/
Auth
Parameters
— pathrequired
— query
— query