List outputs

GET /api/fleet/outputs

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/outputs

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • items array[object]
      One of:
    • page integer
    • perPage integer
    • total integer
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/outputs
curl \
 --request GET 'https://localhost:5601/api/fleet/outputs' \
 --header "Authorization: $API_KEY"