scope

scope
scope

Represents a VMware Cloud Foundation Operations Manager system.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "traversalSpecInstances": [
        {
            "adapterKind": "string",
            "resourceKind": "string",
            "name": "string",
            "resourceSelection": [
                {
                    "type": "string",
                    "resourceId": [
                        "string"
                    ]
                }
            ],
            "selectAllResources": false,
            "includedAdapterKinds": [
                "string"
            ]
        }
    ]
}
string As uuid As uuid
id
Optional

Identifier of the Scope in the system.

string
name
Required

Name of the scope.

string
description
Optional

Description of scope.

traversalSpecInstances
Optional

List of traversal spec instances.