Retrieving the max_in_flight settings for A product's jobs

Retrieving the max_in_flight settings for A product's jobs

Returns a list of the max_in_flight setting for all of the product's jobs.

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

The guid of the product


Responses
200

OK

Returns MaxInFlight of type(s) application/json
"MaxInFlight Object"
object
max_in_flight
Optional

max_in_flight


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