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 |
|---|---|---|---|
region |
string |
False |
|
vpcId |
string |
False |
|
subnetId |
string |
False |
|
keyPair |
string |
False |
|
installLocation |
string |
False |
|
role |
string |
False |
|
providerRoleType |
string |
False |
|
publicIp |
string |
False |
|
account |
string |
False |
|
govCloud |
boolean |
False |
|
china |
boolean |
False |
|
isLegacyInstance |
boolean |
False |
|
instanceType |
string |
False |
|
isLegacyOs |
boolean |
False |
|
darkSite |
boolean |
False |
Example error response
{
"region": "string",
"vpcId": "string",
"subnetId": "string",
"keyPair": "string",
"installLocation": "string",
"role": "string",
"providerRoleType": "string",
"publicIp": "string",
"account": "string",
"instanceType": "string"
}