Skip to main content

Find AzureCredential

GET 

/api/v1/projects/:projectId/azure/credentials/:id

This operation allows to get an AzureCredential

Request

Path Parameters

    id 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}

    credential Id

    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

Responses

ok

Schema
    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: http

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