ListJobShapes

GET {{baseUrl}}/jobShapes?compartmentId={{compartment_ocid}}&limit=10

List job shapes available in the specified compartment.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) <b>Filter</b> results by the OCID of the compartment.
limitnumberFor 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

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
Datestring(Required) Current Date
Authorizationstring(Required) Signature Authentication on Authorization header

RESPONSES

status: OK

[{&quot;name&quot;:&quot;VM.STANDARD2.1&quot;,&quot;coreCount&quot;:1,&quot;memoryInGBs&quot;:15,&quot;shapeSeries&quot;:&quot;INTEL_SKYLAKE&quot;},{&quot;name&quot;:&quot;VM.STANDARD2.1&quot;,&quot;coreCount&quot;:1,&quot;memoryInGBs&quot;:15,&quot;shapeSeries&quot;:&quot;INTEL_SKYLAKE&quot;}]