Updates the specified application profile
PUT/v1/appProfiles/:uid
Updates the specified application profile
Request
Path Parameters
Header Parameters
Scope the request to the specified project uid
- application/json
Body
Array [
Array [
]
Array [
]
]
metadata
object
ObjectMeta input entity for object creation
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
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
Name of the resource.
spec
object
Application profile spec
template
object
Application profile template spec
appTiers
object[]
Application profile tiers
Application tier container registry uid
Application tier installation order
manifests
undefined[]
Application tier manifests
Manifest content
Manifest name
Application tier name
properties
undefined[]
Application tier properties
Application tier property name
Application tier property value
Application tier registry uid
Application tier source pack uid
Possible values: [manifest
, helm
, operator-instance
, container
]
Default value: manifest
Application tier configuration values in yaml format
Application tier version
Application profile version
Responses
- 204
The resource was updated successfully