Export

Export

Exports the specified actions as a zip bundle

Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions/export
COPY
Request Body
ActionExportRequest of type(s) application/json
Required

Show optional properties

{
    "actions": [
        {
            "id": "string",
            "orgId": "string"
        }
    ]
}
{
    "actions": [
        {
            "id": "string",
            "projectId": "string",
            "orgId": "string"
        }
    ]
}
array of object
actions
Required

Model representing an action identity

Authentication
This operation uses the following authentication methods.
Responses
200

Resulting export bundle

Operation doesn't return any data structure

401

Unauthorized to make the request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"actions":["object"]}' https://{api_host}/abx/api/resources/actions/export