applianceImport_getAllStatus

GET /users/{uid}/imports/statuses

Gets the status of all the current appliance imports for the user.

A list of status objects are returned.

The ai query parameter can be used to retrieve a subset of these import 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}/imports/statuses" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"