GetCloudExadataInfrastructureUnallocatedResources
GET {{baseUrl}}/cloudExadataInfrastructures/:cloudExadataInfrastructureId/unAllocatedResources?dbServers=<string>,<string>
Gets unallocated resources information for the specified Cloud Exadata infrastructure.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dbServers | string | The list of OCIDs of the Db servers. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
{"cloudExadataInfrastructureId":"\u003cstring\u003e","cloudExadataInfrastructureDisplayName":"\u003cstring\u003e","cloudAutonomousVmClusters":[{"id":"\u003cstring\u003e","unAllocatedAdbStorageInTBs":"\u003cdouble\u003e"},{"id":"\u003cstring\u003e","unAllocatedAdbStorageInTBs":"\u003cdouble\u003e"}],"exadataStorageInTBs":"\u003cdouble\u003e","localStorageInGbs":"\u003cinteger\u003e","memoryInGBs":"\u003cinteger\u003e","ocpus":"\u003cinteger\u003e"}