ListJobShapes
GET {{baseUrl}}/jobShapes?compartmentId={{compartment_ocid}}&limit=10
List job shapes available in the specified compartment.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) <b>Filter</b> results by the OCID of the compartment. | |
limit | number | For list pagination. The maximum number of results per page, | |
or items to return in a paginated "List" call. | |||
1 is the minimum, 1000 is the maximum. | |||
See List Pagination. |
Example: 500
|
| page
| string | | For list pagination. The value of the opc-next-page
response
header from the previous "List" call.
See List Pagination. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID. | |
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header |
RESPONSES
status: OK
[{"name":"VM.STANDARD2.1","coreCount":1,"memoryInGBs":15,"shapeSeries":"INTEL_SKYLAKE"},{"name":"VM.STANDARD2.1","coreCount":1,"memoryInGBs":15,"shapeSeries":"INTEL_SKYLAKE"}]