Returns the specified application deployment
GET/v1/appDeployments/:uid
Returns the specified application deployment
Request
Path Parameters
Application deployment uid
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- Array [
- ]
- ]
- ]
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
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.
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
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.
Name of the resource
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
Possible values: [virtual
, host
]
Application deployment source cluster type[ "virtualCluster", "hostCluster" ]
Application deployment cluster name
Application deployment cluster uid
envRef object
Application deployment target environment reference
Application deployment target resource name
Application deployment target resource type [ "nestedCluster", "clusterGroup" ]
Application deployment target resource uid
profile object
Application deployment profile
metadata object
Application deployment profile metadata
Application deployment profile name
Application deployment profile uid
Application deployment profile version
template object
Application profile template information
appTiers object[]
Application profile tiers
Application tier name
Possible values: [manifest
, helm
, operator-instance
, container
]
Default value: manifest
Application tier uid to uniquely identify the tier
Application tier version
registryRefs object[]
Application profile registries reference
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
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
condition object
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.
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.
Human-readable message indicating details about last transition.
Unique, one-word, CamelCase reason for the condition's last transition.
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[]
condition object
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.
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.
Human-readable message indicating details about last transition.
Unique, one-word, CamelCase reason for the condition's last transition.
services object[]
IP or Host from svc.Status.LoadBalancerStatus.Ingress
name of the loadbalancer service
ports object[]
port this service exposed
The port that will be exposed by this service.
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.
lifecycleStatus
error or success msg of lifecycle
Possible values: [Pausing
, Paused
, Resuming
, Running
, Error
]
lifecycle status
Application deployment state [ "Pending", "Deploying", "Deployed", "Updating" ]
{
"metadata": {
"annotations": {},
"creationTimestamp": "2023-12-01T21:31:48.168Z",
"deletionTimestamp": "2023-12-01T21:31:48.168Z",
"labels": {},
"lastModifiedTimestamp": "2023-12-01T21:31:48.168Z",
"name": "string",
"uid": "string"
},
"spec": {
"config": {
"target": {
"clusterRef": {
"deploymentClusterType": "virtual",
"name": "string",
"uid": "string"
},
"envRef": {
"name": "string",
"type": "string",
"uid": "string"
}
}
},
"profile": {
"metadata": {
"name": "string",
"uid": "string",
"version": "string"
},
"template": {
"appTiers": [
{
"name": "string",
"type": "manifest",
"uid": "string",
"version": "string"
}
],
"registryRefs": [
{
"kind": "string",
"name": "string",
"uid": "string"
}
]
}
}
},
"status": {
"appTiers": [
{
"condition": {
"lastProbeTime": "2023-12-01T21:31:48.168Z",
"lastTransitionTime": "2023-12-01T21:31:48.168Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
},
"endTime": "2023-12-01T21:31:48.168Z",
"manifests": [
{
"condition": {
"lastProbeTime": "2023-12-01T21:31:48.168Z",
"lastTransitionTime": "2023-12-01T21:31:48.168Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
},
"name": "string",
"uid": "string"
}
],
"name": "string",
"profileUid": "string",
"services": [
{
"host": "string",
"name": "string",
"ports": [
{
"port": 0,
"protocol": "string"
}
]
}
],
"startTime": "2023-12-01T21:31:48.169Z",
"type": "string",
"version": "string"
}
],
"lifecycleStatus": {
"msg": "string",
"status": "Pausing"
},
"state": "string"
}
}