owner.snmp¶
Snmp owner¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The OID used to the SNMP get command |
||
type |
string |
||
|
The ID of the SNMP agent (item ID) |
||
type |
string |
||
|
The type of SNMP request (SET has no meaning here and he’s not supported) |
||
type |
string |
||
enum |
GET, GET_NEXT, SET |
||
|
The interval between GET request |
||
|
The underlying data is a binary representation of an Integer, Decimal, Boolean or anything else. It is only used when the snmp type is a OctetString. When false the OctetString will be interpreted as a String and parsed. |
||
type |
boolean |
||
default |
False |
||
|
Define the charset to use when decoding an OctetString to a String. This is only used when the binaryData is set to false. |
||
type |
string |
||
enum |
US_ASCII, ISO_8859_1, UTF_8, UTF_16BE, UTF_16LE, UTF_16 |
||
default |
UTF_8 |
||
additionalProperties |
False |
DurationConfigurationEntity¶
type |
object |
|
properties |
||
|
The amount of time expressed with the unit |
|
type |
integer |
|
|
The unit of time expressed with the value |
|
type |
string |
|
enum |
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS |
|
additionalProperties |
False |