Adds manifest to the profiles packs and returns the added manifests uid
POST/v1/clusterprofiles/:uid/packs/:packName/manifests
Adds manifest to the profiles packs and returns the added manifests uid
Request
Path Parameters
uid stringrequired
Cluster profile uid
packName stringrequired
Cluster profile pack name
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
contentstring
Manifest content
namestring
Manifest name
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...