applianceExport_getAllStatus

GET /users/{uid}/exports/statuses

Retrieves the status of all the current appliance exports for the user.

A list of status objects are returned.

The ae query parameter can be used to retrieve a subset of these export statuses.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/exports/statuses" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"