Temporary Archives
Contents
Temporary Archives
Allows users to manage temporary archives, that are archives that can be used to import or export infrastructures on IMCO.
Show Temporary Archive
GET /v3/plugins/tosca/temporary_archives/:id
Shows a temporary archive.
Inputs
None
Returns
A temporary archive of the following format:
Field | Type | Description |
---|---|---|
id | String | Identifier of the CAT. |
Create Temporary Archive
POST /v3/plugins/tosca/temporary_archives
Creates a new temporary archive.
Inputs
Field | Type | Description | Required |
---|---|---|---|
is_mock | Boolean | Indicates whether this CAT is mock or not. | Yes |
Returns
A temporary archive of the following format:
Field | Type | Description |
---|---|---|
id | String | Identifier of the CAT. |