Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.
GET {{baseUrl}}/applicationVip?compartmentId=<string>&limit=10&page=<string>&cloudVmClusterId=<string>&sortOrder=ASC&sortBy=DISPLAYNAME&lifecycleState=<string>
Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment OCID. | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. | |
cloudVmClusterId | string | (Required) The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
sortBy | string | The field to sort by. You can provide one sort order (sortOrder ). | |
Default order for TIMECREATED is descending. | |||
Default order for DISPLAYNAME is ascending. | |||
The DISPLAYNAME sort order is case sensitive. | |||
lifecycleState | string | A filter to return only resources that match the given lifecycle state exactly. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","cloudVmClusterId":"\u003cstring\u003e","hostnameLabel":"\u003cstring\u003e","lifecycleState":"FAILED","timeAssigned":"\u003cdateTime\u003e","compartmentId":"\u003cstring\u003e","definedTags":{"nostruda85":{"irure_3":{}}},"freeformTags":{"seda":"\u003cstring\u003e","sitb8":"\u003cstring\u003e"},"ipAddress":"\u003cstring\u003e","lifecycleDetails":"\u003cstring\u003e","subnetId":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","cloudVmClusterId":"\u003cstring\u003e","hostnameLabel":"\u003cstring\u003e","lifecycleState":"AVAILABLE","timeAssigned":"\u003cdateTime\u003e","compartmentId":"\u003cstring\u003e","definedTags":{"anim_269":{"minima":{},"labore9cf":{},"Duis5b":{}},"do4":{"ex_d":{}}},"freeformTags":{"elit_74":"\u003cstring\u003e","consectetur99":"\u003cstring\u003e","est_8c":"\u003cstring\u003e"},"ipAddress":"\u003cstring\u003e","lifecycleDetails":"\u003cstring\u003e","subnetId":"\u003cstring\u003e"}]