Status Of A deployed product's jobs

Status Of A deployed product's jobs

The information returned is based on the output of the bosh vms command, with some additional data added.

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

The guid of the product


Responses
200

OK

{
    "status": [
        {
            "job-name": "string",
            "index": "number",
            "az_guid": "string",
            "az_name": "string",
            "ips": [
                "string"
            ],
            "cid": "string",
            "load_avg": [
                "string"
            ],
            "cpu": {
                "sys": "string",
                "user": "string",
                "wait": "string"
            },
            "memory": {
                "kb": "string",
                "percent": "string"
            },
            "swap": {
                "kb": "string",
                "percent": "string"
            },
            "system_disk": {
                "inode_percent": "string",
                "percent": "string"
            },
            "ephemeral_disk": {
                "inode_percent": "string",
                "percent": "string"
            },
            "persistent_disk": {
                "inode_percent": "string",
                "percent": "string"
            }
        }
    ]
}
status
Optional

status