Retrieving resources for A job

Retrieving resources for A job

Returns the compute and disk configuration for a job.

Request
URI
GET
https://{api_host}/api/v0/staged/products/{product_guid}/jobs/{job_guid}/resource_config
COPY
Path Parameters
string
product_guid
Required

The guid of the product

string
job_guid
Required

The guid of the job


Responses
200

OK

Returns ResourceConfig of type(s) application/json
"ResourceConfig Object"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/staged/products/{product_guid}/jobs/{job_guid}/resource_config