The server environment.
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | BOOLEAN | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | BOOLEAN | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| unit | STRING | false | false | BYTES | Disk space unit to display disk usage. | 
{
    "content-dir" => {
        "type" => OBJECT,
        "description" => "Disk usage informations for the content directory.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "value-type" => {
            "used-space" => {
                "type" => DOUBLE,
                "description" => "The total size of the contents of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            },
            "creation-time" => {
                "type" => STRING,
                "description" => "The creation time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "last-modified" => {
                "type" => STRING,
                "description" => "The last modified time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "resolved-path" => {
                "type" => STRING,
                "description" => "The resolved filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "available-space" => {
                "type" => DOUBLE,
                "description" => "The total size of available space for the partition containing a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            }
        }
    },
    "data-dir" => {
        "type" => OBJECT,
        "description" => "Disk usage informations for the data directory.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "value-type" => {
            "used-space" => {
                "type" => DOUBLE,
                "description" => "The total size of the contents of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            },
            "creation-time" => {
                "type" => STRING,
                "description" => "The creation time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "last-modified" => {
                "type" => STRING,
                "description" => "The last modified time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "resolved-path" => {
                "type" => STRING,
                "description" => "The resolved filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "available-space" => {
                "type" => DOUBLE,
                "description" => "The total size of available space for the partition containing a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            }
        }
    },
    "temp-dir" => {
        "type" => OBJECT,
        "description" => "Disk usage informations for the temporary directory.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "value-type" => {
            "used-space" => {
                "type" => DOUBLE,
                "description" => "The total size of the contents of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            },
            "creation-time" => {
                "type" => STRING,
                "description" => "The creation time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "last-modified" => {
                "type" => STRING,
                "description" => "The last modified time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "resolved-path" => {
                "type" => STRING,
                "description" => "The resolved filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "available-space" => {
                "type" => DOUBLE,
                "description" => "The total size of available space for the partition containing a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            }
        }
    },
    "log-dir" => {
        "type" => OBJECT,
        "description" => "Disk usage informations for the log directory.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "value-type" => {
            "used-space" => {
                "type" => DOUBLE,
                "description" => "The total size of the contents of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            },
            "creation-time" => {
                "type" => STRING,
                "description" => "The creation time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "last-modified" => {
                "type" => STRING,
                "description" => "The last modified time of a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "resolved-path" => {
                "type" => STRING,
                "description" => "The resolved filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L
            },
            "available-space" => {
                "type" => DOUBLE,
                "description" => "The total size of available space for the partition containing a filesystem path.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "unit" => "BYTES"
            }
        }
    }
}