Skip to main content
Version: latest

Returns the specified application profile

GET 

/v1/appProfiles/:uid

Returns the specified application profile

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    metadata

    object

    ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

    annotations

    object

    Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.

    property name*string
    creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    deletionTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    labels

    object

    Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag

    property name*string
    lastModifiedTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    namestring

    Name of the resource.

    uidstring

    UID is the unique identifier generated for the resource. This is not an input field for any request.

    spec

    object

    parentUidstring

    Application profile parent profile uid

    template

    object

    Application profile template information

    appTiers

    object[]

    Application profile tiers

  • Array [

  • namestring

    Application tier name

    typestring

    Possible values: [manifest, helm, operator-instance, container]

    Default value: manifest

    uidstring

    Application tier uid to uniquely identify the tier

    versionstring

    Application tier version

  • ]

  • registryRefs

    object[]

    Application profile registries reference

  • Array [

  • kindstring

    Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds

    namestring

    Name of the referent.

    uidstring

    UID of the referent.

  • ]

  • versionstring

    Application profile version

    versions

    object[]

    Application profile versions list

  • Array [

  • uidstring
    versionstring
  • ]

  • status

    object

    Application profile status

    inUseApps

    object[]

    Application profile apps array

  • Array [

  • kindstring
    namestring
    projectUidstring
    tenantUidstring
    uidstring
  • ]

Loading...