Get AWS Volume Size
GET/v1/clouds/aws/imageIds/:imageId/volumeSize
Get AWS Volume Size
Request
Path Parameters
imageId stringrequired
AWS image id
Query Parameters
region stringrequired
Specific AWS Region
cloudAccountUid stringrequired
Uid for the specific AWS cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
sizeGBinteger
AWS volume size
{
"sizeGB": 0
}
Loading...