List of all AHS files

get/compute-ops-mgmt/v1beta1/ahs-files

Retrieves the status of the AHS file parsing request.

SecurityBearer
Request
query Parameters
offset
integer >= 0
Default: 0

Zero-based resource offset to start the response from

Example: offset=10
limit
integer [ 0 .. 1000 ]

The maximum number of records to return.

Example: limit=10
Responses
200

Successful Response

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "offset": 0,
  • "count": 1,
  • "total": 12,
  • "items": [
    ]
}