scope-details

scope-details
scope-details

Represents a Scope vRealize Operations Manager system.

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

The user id who created the scope.

integer As int64 As int64
creationTime
Optional

Creation time of the scope

string
description
Optional

Description of the scope.

string As uuid As uuid
id
Required

Identifier of the scope in the system.

string As uuid As uuid
lastModifiedBy
Optional

The user id who last modified the scope.

integer As int64 As int64
lastModifiedTime
Optional

Last Modification time of the scope

string
name
Required

Name of the scope.

traversalSpecInstances
Optional

List of traversal spec instances.