Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_asterisk.h>
Data Fields | |
const char * | config_class |
struct ast_json * | fields |
const char * | id |
const char * | object_type |
Argument struct for ast_ari_asterisk_update_object()
Definition at line 60 of file resource_asterisk.h.
const char* config_class |
The configuration class containing dynamic configuration objects.
Definition at line 62 of file resource_asterisk.h.
Referenced by ast_ari_asterisk_update_object(), and ast_ari_asterisk_update_object_cb().
struct ast_json* fields |
The body object should have a value that is a list of ConfigTuples, which provide the fields to update. Ex. [ { "attribute": "directmedia", "value": "false" } ]
Definition at line 68 of file resource_asterisk.h.
Referenced by ast_ari_asterisk_update_object(), and ast_ari_asterisk_update_object_cb().
const char* id |
The unique identifier of the object to create or update.
Definition at line 66 of file resource_asterisk.h.
Referenced by ast_ari_asterisk_update_object(), ast_ari_asterisk_update_object_cb(), and Model::load().
const char* object_type |
The type of configuration object to create or update.
Definition at line 64 of file resource_asterisk.h.
Referenced by ast_ari_asterisk_update_object(), and ast_ari_asterisk_update_object_cb().