Skip to main content

Demo Units/Usage endpoints

GET 

/demo/:resource

URLDescription
https://ceems-demo.myaddr.tools:7443/api/v1Demo

This endpoint returns sample response for units and usage models. This endpoint do not require the setting of X-Grafana-User header as it only returns mock data for each request. This can be used to introspect the response models for different resources.

The endpoint requires a path parameter resource which takes either:

  • units which returns a mock units response
  • usage which returns a mock usage response.

The mock data is generated randomly for each request and there is no guarantee that the data has logical sense.

Request

Responses

OK