Skip to main content
Version: latest

Retrieves a list of profile versions of the specified application deployment

GET 

/v1/appDeployments/:uid/profile/versions

Retrieves a list of profile versions of the specified application deployment

Request

Path Parameters

    uid stringrequired

    Application deployment uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    availableVersions

    object[]

    Application deployment profile available versions

  • Array [

  • uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

  • ]

  • latestVersions

    object[]

    Application deployment profile latest versions

  • Array [

  • uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

  • ]

  • metadata

    object

    Application deployment profile metadata

    namestring

    Application deployment profile name

    uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

Loading...