Skip to content

status_info_schema_get

Guest

Returns Condensed Schema for the data defined by the filter.

Params

attribute description
filter*
Status Info Schema Filter
Filter defining what status information to retrieve.

Status Info Schema Filter

👉 Only a subset of the filters defined in Status Info Filter is supported. Support of filter values here is added on as-needed bases.

attribute description
types*
[
'hash_filesystem'
'hash_configuration'
]
Filter defining what status information schemas to retrieve.

Example

{
  "filter": {
    "types": ["hash_filesystem"],
  }
}

Return

Returns an object where keys are status info types and values are Condensed Schema entities.

Note

The individual status info type entries in the Condensed Schema must be compatible with the corresponding status info types in:

Schemas

The schemas for the individual status info types are:

hash_filesystem

attribute description
hash*
string
The hash of the filesystem

hash_configuration

attribute description
hash*
string
The hash of the configuration

Example

{
  "hash_filesystem": {
    "hash": ".0",
  }
}