Update properties of a Kubernetes application group
API to update properties of a Kubernetes application group
Path Parameters
- applicationGroupId int32 required
applicationGroupId is the ID of the Kubernetes application group
- application/json
Request Body
- name string
Specify new name to rename an Application Group
plan object
id int32name stringcontent object
Item describing the content for Application Group
overwrite booleanDefault value:
false
Specifies whether content has to be overwritten or appended
applications object[]
List of applications to be added as content
GUID string requiredGUID value of the Kubernetes Application to be associated as content
type string requiredPossible values: [
NAMESPACE
,APPLICATION
,PVC
,LABELS
]Type of the Kubernetes application
name stringName of the application
labelSelectors object[]
List of label selectors to be added as content
selectorValue string requiredValue of the label selector in key=value format
selectorLevel string requiredPossible values: [
Application
,Volumes
,Namespace
]Selector level of the label selector
filters object
Item to describe the applications and label selectors for filters
overwrite booleanDefault value:
false
Specifies whether content has to be overwritten or appended
skipStatelessApps booleanDefault value:
false
Specify whether to skip backup of stateless applications
applications object[]
List of applications to be added as content
GUID string requiredGUID value of the Kubernetes Application to be associated as content
type string requiredPossible values: [
NAMESPACE
,APPLICATION
,PVC
,LABELS
]Type of the Kubernetes application
name stringName of the application
labelSelectors object[]
List of label selectors to be added as content
selectorValue string requiredValue of the label selector in key=value format
selectorLevel string requiredPossible values: [
Application
,Volumes
,Namespace
]Selector level of the label selector
options object
backupStreams int32Default value:
5
Define number of parallel data readers
jobStartTime int32Define the backup job start time in epochs
timezone object
id int32name stringactivityControl object
enableBackup booleanDefault value:
true
tags object[]
name stringvalue string
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}