Cloud Vm Clusters - List Private Ip Addresses
List Private IP Addresses by the provided filter
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/listPrivateIpAddresses?api-version=2025-03-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
cloudvmclustername
|
path | True |
string pattern: .* |
CloudVmCluster name |
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
Name | Required | Type | Description |
---|---|---|---|
subnetId | True |
string minLength: 1maxLength: 255 |
Subnet OCID |
vnicId | True |
string minLength: 1maxLength: 255 |
VCN OCID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Azure operation completed successfully. |
|
Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
List Private IP Addresses for VM Cluster
Sample request
Sample response
[
{
"displayName": "ip1",
"hostnameLabel": "hostname1",
"ocid": "ocid1..aaaa",
"ipAddress": "192.168.0.1",
"subnetId": "ocid1..aaaa"
}
]
Definitions
Name | Description |
---|---|
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Private |
Private Ip Addresses filter |
Private |
PrivateIpAddress resource properties |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
PrivateIpAddressesFilter
Private Ip Addresses filter
Name | Type | Description |
---|---|---|
subnetId |
string minLength: 1maxLength: 255 |
Subnet OCID |
vnicId |
string minLength: 1maxLength: 255 |
VCN OCID |
PrivateIpAddressProperties
PrivateIpAddress resource properties
Name | Type | Description |
---|---|---|
displayName |
string |
PrivateIpAddresses displayName |
hostnameLabel |
string |
PrivateIpAddresses hostnameLabel |
ipAddress |
string |
PrivateIpAddresses ipAddress |
ocid |
string minLength: 1maxLength: 255 |
PrivateIpAddresses Id |
subnetId |
string minLength: 1maxLength: 255 |
PrivateIpAddresses subnetId |