Sidecar

Sidecar
Sidecar
AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "name": "string",
    "command": "string",
    "process_types": [
        "string"
    ],
    "memory_in_mb": 0,
    "origin": "string",
    "relationships": {
        "app": {
            "data": {
                "guid": "string"
            }
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "app": {
            "href": "string",
            "method": "string"
        }
    },
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    }
}