Retrieve memory usage for an instance over the last hour
GET/portal/api/v1/instances/usage/:instance_id/:metrics_name/:period
Fetches the memory usage data for a specific instance identified by instance_id
over the last hour.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Memory usage data retrieved successfully
Unauthorized
Not authorized to access the instance
Resource not found.
Internal Server Error