Export Using POST

Export Using POST

Exports the specified actions as a zip bundle

Request
URI
POST
https:////sc2-10-185-6-200.eng.vmware.com/abx/api/resources/actions/export
COPY
Request Body

Identities of the actions to export

ActionExportRequest of type(s) application/json
Required
{
    "actions": [
        {
            "id": "string",
            "orgId": "string",
            "projectId": "string"
        }
    ]
}
actions
Required

List of the identities of the actions to export

Responses
200

OK

Returns ResponseEntity of type(s) application/json
{
    "statusCode": "string",
    "statusCodeValue": "integer"
}
object
body
Optional

body

string
statusCode
Optional

statusCode

integer As int32 As int32
statusCodeValue
Optional

statusCodeValue