Get database disk attributes
get
/v1/projects/{ref}/config/diskThe 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)
{ "attributes": { "iops": 1, "size_gb": 1, "throughput_mibps": 1, "type": "gp3" }, "last_modified_at": "lorem"}