NodeSnmpServiceProperties
NodeSnmpServiceProperties
AllOf
JSON Example
{
"_self": {
"rel": "string"
},
"service_name": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"service_properties": {
"communities": [
{
"access": "string",
"community_string": "string"
}
],
"start_on_boot": false
}
}