Returns the specified application profile tier information
GET/v1/appProfiles/:uid/tiers/:tierUid
Returns the specified application profile tier information
Request
Path Parameters
Application profile uid
Application profile tier uid
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
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
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
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 must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
spec
object
Application tier specs
Application tier container registry uid
Application tier installation order
manifests
object[]
Application tier attached manifest content in yaml format
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
properties
undefined[]
Application tier properties
Application tier property format
Application tier property name
Application tier property data type
Application tier property value
Registry uid
Application tier source pack uid
Possible values: [manifest
, helm
, operator-instance
, container
]
Default value: manifest
Application tier type
Application tier configuration values in yaml format
Application tier version
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-03T13:23:52.287Z",
"deletionTimestamp": "2024-07-03T13:23:52.287Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-03T13:23:52.287Z",
"name": "string",
"uid": "string"
},
"spec": {
"containerRegistryUid": "string",
"installOrder": 0,
"manifests": [
{
"kind": "string",
"name": "string",
"uid": "string"
}
],
"properties": [
{
"format": "string",
"name": "string",
"type": "string",
"value": "string"
}
],
"registryUid": "string",
"sourceAppTierUid": "string",
"type": "manifest",
"values": "string",
"version": "string"
}
}