Retrieve the packages configuration
GET /gcp/ha/metadata/packages
Retrieves the packages configuration.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
deploymentModel |
string |
query |
False |
|
capacityPackage |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
capacityTier |
string |
False |
|
description |
string |
False |
|
diskSize |
True |
||
diskType |
string |
False |
|
displayName |
string |
False |
|
instanceTenancy |
string |
False |
|
instanceTypeMapping |
array[InstanceTypeRegionMapping] |
True |
|
iops |
False |
||
licenseType |
string |
False |
|
name |
string |
True |
|
throughput |
False |
||
writingSpeedState |
string |
False |
Example error response
{
"capacityTier": "string",
"description": "string",
"diskSize": {
"size": 0,
"unit": "string"
},
"diskType": "string",
"displayName": "string",
"instanceTenancy": "string",
"instanceTypeMapping": [
{
"instanceType": "string",
"region": "string"
}
],
"licenseType": "string",
"name": "string",
"writingSpeedState": "string"
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
InstanceTypeRegionMapping
| Name | Type | Required | Description |
|---|---|---|---|
instanceType |
string |
False |
|
region |
string |
False |
iops
throughput