Reports
Authorizations
AuthorizationstringRequired
Bearer authentication
Body
namestringRequiredExample:
2023 GPU reportstartstring · date-timeRequiredExample:
timestamp from when to fetch data in UTC
2023-06-07 12:09:18.211endstring · date-timeRequiredExample:
timestamp until when to fetch data in UTC
2023-06-07 12:09:18.211groupBystring · enum · nullableOptionalPossible values:
filterBystring[]OptionalDefault:
Filter results by a parameter. Use the format field-name == value.
[]Example: ["projectName==some-name"]Responses
202
Accepted.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
503
unexpected error
application/json
post
/api/v1/org-unit/reportsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
reportIdstring · uuidRequiredExample:
The report id
575c19e8-c7c3-45b0-8290-2f47397a8383Responses
200
Executed successfully.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
503
unexpected error
application/json
get
/api/v1/org-unit/reports/{reportId}Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
reportIdstring · uuidRequiredExample:
The report id
575c19e8-c7c3-45b0-8290-2f47397a8383Responses
204
No Content.
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
503
unexpected error
application/json
delete
/api/v1/org-unit/reports/{reportId}No content
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
reportIdstring · uuidRequiredExample:
The report id
575c19e8-c7c3-45b0-8290-2f47397a8383Responses
200
Executed successfully.
text/csv
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
503
unexpected error
application/json
get
/api/v1/org-unit/reports/{reportId}/fileLast updated