Freigeben über


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

resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
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: 1
maxLength: 255

Subnet OCID

vnicId True

string

minLength: 1
maxLength: 255

VCN OCID

Responses

Name Type Description
200 OK

PrivateIpAddressProperties[]

Azure operation completed successfully.

Other Status Codes

ErrorResponse

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

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/cloudVmClusters/cluster1/listPrivateIpAddresses?api-version=2025-03-01

{
  "subnetId": "ocid1..aaaaaa",
  "vnicId": "ocid1..aaaaa"
}

Sample response

[
  {
    "displayName": "ip1",
    "hostnameLabel": "hostname1",
    "ocid": "ocid1..aaaa",
    "ipAddress": "192.168.0.1",
    "subnetId": "ocid1..aaaa"
  }
]

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

PrivateIpAddressesFilter

Private Ip Addresses filter

PrivateIpAddressProperties

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

PrivateIpAddressesFilter

Private Ip Addresses filter

Name Type Description
subnetId

string

minLength: 1
maxLength: 255

Subnet OCID

vnicId

string

minLength: 1
maxLength: 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: 1
maxLength: 255

PrivateIpAddresses Id

subnetId

string

minLength: 1
maxLength: 255

PrivateIpAddresses subnetId