Retrieve the region, VPC, and subnet
GET /occm/system/occm-instance-placement
Retrieves the region, VPC, and subnet in which the NetApp Console instance is running.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
clearCache |
boolean |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
account |
string |
False |
Account |
china |
boolean |
False |
China |
darkSite |
boolean |
False |
is dark site |
govCloud |
boolean |
False |
Gov cloud |
installLocation |
string |
False |
Install Location |
instanceType |
string |
False |
instanceType |
isLegacyInstance |
boolean |
False |
isLegacyInstance |
isLegacyOs |
boolean |
False |
isLegacyOs |
keyPair |
string |
False |
KeyPair |
providerRoleType |
string |
False |
Provider Role Type |
publicIp |
string |
False |
Public IP |
region |
string |
False |
Region |
role |
string |
False |
Role |
subnetId |
string |
False |
Subnet |
vpcId |
string |
False |
VPC |
Example error response
{
"account": "string",
"installLocation": "string",
"instanceType": "string",
"keyPair": "string",
"providerRoleType": "string",
"publicIp": "string",
"region": "string",
"role": "string",
"subnetId": "string",
"vpcId": "string"
}