Get database disk attributes
get
/v1/projects/{ref}/config/diskPath parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "attributes": {3 "iops": 1,4 "size_gb": 1,5 "throughput_mibps": 1,6 "type": "gp3"7 },8 "last_modified_at": "lorem"9}