SnapshotInventoryDetailsDTO

SnapshotInventoryDetailsDTO
SnapshotInventoryDetailsDTO
JSON Example
{
    "childrenSnapshots": [
        {
            "childrenSnapshots": [
                "SnapshotInventoryDetailsDTO Object"
            ],
            "currentSnapshot": false,
            "description": "string",
            "invalidSnapshotNodes": [
                {
                    "properties": {
                        "properties": "string"
                    },
                    "type": "vrava-primary"
                }
            ],
            "missingSnapshotNodes": [
                {
                    "properties": {
                        "properties": "string"
                    },
                    "type": "vrava-primary"
                }
            ],
            "parentSnapshotId": "string",
            "quiesceSnapshot": false,
            "shutdownSnapshot": false,
            "snapshotGeneratedTime": 1596774385117,
            "snapshotId": "string",
            "snapshotName": "vra_snapshot1 - Fri Aug 07 04:31:34 UTC 2020",
            "snapshotWithMemory": false,
            "status": "string",
            "validSnapshotNodes": [
                {
                    "properties": {
                        "properties": "string"
                    },
                    "type": "vrava-primary"
                }
            ]
        }
    ],
    "currentSnapshot": false,
    "description": "string",
    "invalidSnapshotNodes": [
        {
            "properties": {
                "properties": "string"
            },
            "type": "vrava-primary"
        }
    ],
    "missingSnapshotNodes": [
        {
            "properties": {
                "properties": "string"
            },
            "type": "vrava-primary"
        }
    ],
    "parentSnapshotId": "string",
    "quiesceSnapshot": false,
    "shutdownSnapshot": false,
    "snapshotGeneratedTime": 1596774385117,
    "snapshotId": "string",
    "snapshotName": "vra_snapshot1 - Fri Aug 07 04:31:34 UTC 2020",
    "snapshotWithMemory": false,
    "status": "string",
    "validSnapshotNodes": [
        {
            "properties": {
                "properties": "string"
            },
            "type": "vrava-primary"
        }
    ]
}
childrenSnapshots
Optional

Children snapshots

boolean
currentSnapshot
Optional

Current snapshot

string
description
Optional

Snapshot description

array of Node
invalidSnapshotNodes
Optional

Snapshot node details for invalid snapshots

array of Node
missingSnapshotNodes
Optional

Snapshot node details which doesn't have any snapshots

string
parentSnapshotId
Optional

parentSnapshotId

boolean
quiesceSnapshot
Optional

quiesceSnapshot

boolean
shutdownSnapshot
Optional

Snapshot with shutdown

integer As int64 As int64
snapshotGeneratedTime
Optional

Snapshot Generated Time

string
snapshotId
Optional

Snapshot ID

string
snapshotName
Optional

Snapshot Name

boolean
snapshotWithMemory
Optional

Snapshot with Memory

string
status
Optional

status

Possible values are : VALID, PARTIAL, INVALID,
array of Node
validSnapshotNodes
Optional

Snapshot node details for valid snapshots