mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
ARI: Deleting log channels
An http request can be sent to delete a log channel in Asterisk. The command "curl -v -u user:pass -X DELETE 'http://localhost:8088 /ari/asterisk/logging/mylog'" can be run in the terminal to access the newly implemented functionally for ARI. * Able to delete log channels using ARI ASTERISK-25252 Change-Id: Id6eeb54ebcc511595f0418d586ff55914bc3aae6
This commit is contained in:
@@ -1302,8 +1302,10 @@ ari_validator ast_ari_validate_application_fn(void);
|
||||
* - attribute: string (required)
|
||||
* - value: string (required)
|
||||
* LogChannel
|
||||
* - logging_levels: List[string] (required)
|
||||
* - configuration: string (required)
|
||||
* - name: string (required)
|
||||
* - status: string (required)
|
||||
* - type: string (required)
|
||||
* Module
|
||||
* - description: string (required)
|
||||
* - name: string (required)
|
||||
|
Reference in New Issue
Block a user