PULSAR

Get Availability Report

Deprecated

Get availability report.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Query Parameters

startTime*number

Filter by start time.

Formatdouble
endTime*number

Filter by end time.

Formatdouble
machineIds*array<>

An array of machine IDs to filter by.

Response Body

application/json

Try it live
GET
/data/availability-report

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/data/availability-report?startTime=0.1&endTime=0.1&machineIds=0.1"
{  "data": [    {}  ]}