Export XaaS Content Example

PUT /api/content/bundles/filters exports a package as a .zip file.

curl Command

The following command exports an XaaS package as a .zip file at the specified location.
curl -X PUT -H "Authorization: Bearer $token" -H "Content-Type: application/json"-d'{"jsonAccepted" : true, "tenantId" : "qe", "data" : [] }' 'https://$vRA/advanced-designer-service/api/content/bundles/filters'

JSON Output

The output of a successful export command is a .zip file at the specified location.

Input

Table 1. XaaS Import Input Parameters
Name Parameter
tenantId Identifies the tenant associated with the export package.
data Information about the export package. Includes the following:
  • entityType
  • id
jsonAccepted Valid values are true or false.

Output