Closed joshsol1 closed 1 month ago
create icinga group objects from custom field choice set extra_choices
values
1 row per value
{
"id": 3,
"display": "icinga_dict_type choices",
"name": "icinga_dict_type choices",
"description": "",
"base_choices": null,
"extra_choices": [
[
"check_ssl_cert",
"Check SSL Cert"
],
[
"default",
"Default"
],
[
"http",
"Check HTTP"
]
],
"order_alphabetically": true,
"choices_count": 3,
},
need to iterate the custom field choice set and extra_choices
values
this is ready for testing
@joshsol1 said this was ready for release
doing the thing