EnvironmentBrowserData

EnvironmentBrowserData
EnvironmentBrowserData

The result of the browsing datastore request.

JSON Example
{
    "name": "string",
    "path": "/datastore-name/testFolder/childFolder",
    "owner": "root",
    "size": 0,
    "modification": 0,
    "type": "string",
    "datastore_name": "string",
    "datastore_id": "string"
}
string
name
Required

File name

string
path
Required

File path used by the user to perform browse operations.

string
owner
Optional

File owner name.

integer As int64 As int64
size
Optional

File size

integer As int64 As int64
modification
Optional

Last file modification date time in milliseconds.

string
type
Required

File type.

Possible values are : FOLDER, FLOPPY_IMAGE, VM_DISK, VM_LOG, VM_NVRAM, ISO_IMAGE, VM_SNAPSHOT, TEMPLATE_VM_CONFIG, VM_CONFIG, FILE,
string
datastore_name
Optional

Datastore name.

string
datastore_id
Optional

Datastore id.