Skip to main content

Returns the specified application deployment

GET 

/v1/appDeployments/:uid

Returns 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
    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.

    Populated by the system. Read-only.

    spec object

    Application deployment spec

    config object

    Application deployment config response

    target object

    Application deployment target config response

    clusterRef object

    Application deployment cluster reference

    deploymentClusterTypestring

    Possible values: [virtual, host]

    Application deployment source cluster type[ "virtualCluster", "hostCluster" ]

    namestring

    Application deployment cluster name

    uidstring

    Application deployment cluster uid

    envRef object

    Application deployment target environment reference

    namestring

    Application deployment target resource name

    typestring

    Application deployment target resource type [ "nestedCluster", "clusterGroup" ]

    uidstring

    Application deployment target resource uid

    profile object

    Application deployment profile

    metadata object

    Application deployment profile metadata

    namestring

    Application deployment profile name

    uidstring

    Application deployment profile uid

    versionstring

    Application deployment profile version

    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. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

    uidstring

    UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

  • ]
  • status object

    Application deployment status

    appTiers object[]

    Application deployment tiers

  • Array [
  • condition object
    lastProbeTimedate-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.

    lastTransitionTimedate-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.

    messagestring

    Human-readable message indicating details about last transition.

    reasonstring

    Unique, one-word, CamelCase reason for the condition's last transition.

    statusstringrequired
    typestringrequired
    endTimedate-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.

    manifests object[]
  • Array [
  • condition object
    lastProbeTimedate-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.

    lastTransitionTimedate-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.

    messagestring

    Human-readable message indicating details about last transition.

    reasonstring

    Unique, one-word, CamelCase reason for the condition's last transition.

    statusstringrequired
    typestringrequired
    namestring
    uidstring
  • ]
  • namestring
    profileUidstring
    services object[]
  • Array [
  • hoststring

    IP or Host from svc.Status.LoadBalancerStatus.Ingress

    namestring

    name of the loadbalancer service

    ports object[]

    port this service exposed

  • Array [
  • portint32required

    The port that will be exposed by this service.

    protocolstring
  • ]
  • ]
  • startTimedate-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.

    typestring
    versionstring
  • ]
  • lifecycleStatus
    msgstring

    error or success msg of lifecycle

    statusstring

    Possible values: [Pausing, Paused, Resuming, Running, Error]

    lifecycle status

    statestring

    Application deployment state [ "Pending", "Deploying", "Deployed", "Updating" ]

Loading...