Resource configuration for A product's jobs

Resource configuration for A product's jobs

Returns a list of the compute and disk configuration for all jobs on the product.

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/products/{product_guid}/resources
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

OK

Returns Resources of type(s) application/json
{
    "resources": [
        {
            "identifier": "string",
            "description": "string",
            "instances": "string",
            "instances_best_fit": "number",
            "instance_type_id": "string",
            "instance_type_best_fit": "string",
            "persistent_disk_name": "string",
            "persistent_disk_mb": "number",
            "persistent_disk_best_fit": "number"
        }
    ]
}
array of Resource
resources
Optional

resources