Get disk utilization
get
/v1/projects/{ref}/config/disk/utilThe fine-grained token must include the following permissions to access this endpoint:
- infra_disk_config_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "timestamp": "lorem",3 "metrics": {4 "fs_size_bytes": 42,5 "fs_avail_bytes": 42,6 "fs_used_bytes": 427 }8}