CatalogApplicationRequestPostBody
CatalogApplicationRequestPostBody
It represents a request for an application
OneOf
This class requires at least one of the following:
JSON Example
{
"name": "My application creation request",
"description": "Application creation request with some apps",
"application_offering_ids": [
"d16c7f4d-b38a-405b-a1ca-3ac0a79418c1"
],
"base_image_id": "549cfa79-352c-4555-9d28-4442de551829",
"registry_ids": [
"549cfa79-352c-4555-9d28-4442de551829"
],
"kind": "string"
}
kind
Optional
The type of application request
Possible values are :
CREATION,
DELETION,