mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
2d2e7ecdb2
commit
edf818f338
@ -1350,10 +1350,10 @@ Each response entry in the results array contains the following attributes:
|
|||||||
Attribute | Type | Description
|
Attribute | Type | Description
|
||||||
---------------|--------------|---------------------
|
---------------|--------------|---------------------
|
||||||
name | string | The type name.
|
name | string | The type name.
|
||||||
plural_name | string | The plural name.
|
plural_name | string | The plural type name.
|
||||||
fields | dictionary | Available fields including details on e.g. the type and attribute accessibility.
|
fields | dictionary | Available fields including details on e.g. the type and attribute accessibility.
|
||||||
abstract | boolean | Whether objects of this type are abstract.
|
abstract | boolean | Whether objects can be instantiated for this type.
|
||||||
base | boolean | The base type this type inherits from (e.g. `Service` inherits fields and prototype methods from `Checkable`).
|
base | boolean | The base type (e.g. `Service` inherits fields and prototype methods from `Checkable`).
|
||||||
prototype_keys | string array | Available prototype methods.
|
prototype_keys | string array | Available prototype methods.
|
||||||
|
|
||||||
In order to view a specific configuration object type specify its name inside the URL path:
|
In order to view a specific configuration object type specify its name inside the URL path:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user