List of DbSystemComputePerformance params
GET {{baseUrl}}/dbSystemComputePerformance?dbSystemShape=<string>
Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dbSystemShape | string | If provided, filters the results to the set of database versions which are supported for the given shape. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
[{"shape":"\u003cstring\u003e","computePerformanceList":[{"cpuCoreCount":"\u003cinteger\u003e","memoryInGBs":"\u003cdouble\u003e","networkBandwidthInGbps":"\u003cfloat\u003e","networkIops":"\u003cfloat\u003e","networkThroughputInMbps":"\u003cfloat\u003e"},{"cpuCoreCount":"\u003cinteger\u003e","memoryInGBs":"\u003cdouble\u003e","networkBandwidthInGbps":"\u003cfloat\u003e","networkIops":"\u003cfloat\u003e","networkThroughputInMbps":"\u003cfloat\u003e"}]},{"shape":"\u003cstring\u003e","computePerformanceList":[{"cpuCoreCount":"\u003cinteger\u003e","memoryInGBs":"\u003cdouble\u003e","networkBandwidthInGbps":"\u003cfloat\u003e","networkIops":"\u003cfloat\u003e","networkThroughputInMbps":"\u003cfloat\u003e"},{"cpuCoreCount":"\u003cinteger\u003e","memoryInGBs":"\u003cdouble\u003e","networkBandwidthInGbps":"\u003cfloat\u003e","networkIops":"\u003cfloat\u003e","networkThroughputInMbps":"\u003cfloat\u003e"}]}]