Get an audit log of all requests with optional filters.
Args: uid: User ID from API key num_requests: Optional limit on number of results request_type: Optional filter by request type request_status: Optional filter by request status object_id: Optional filter by object ID (cluster_id or storage_id)
Returns: List of request objects
Raises: 500 on internal error
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Limit number of requests returned
Filter by request type Request type enum representing all supported operation types.
CLUSTER_CLAIM, CLUSTER_RELEASE, CLUSTER_EDIT, STORAGE_CREATE, STORAGE_DESTROY, STORAGE_ATTACH, STORAGE_DETACH, STORAGE_EDIT Filter by request status Request status enum.
Terminal states: COMPLETED, FAILED Non-terminal states: PENDING, PROCESSING, RETRYING
PENDING, PROCESSING, COMPLETED, FAILED, RETRYING Filter by object ID (cluster_id or storage_id)
Successful Response