rd_deletelog — Rivendell Delete Log C Library Function
#include <rivwebcapi/rd_deletelog.h>
int RD_DeleteLog( | hostname[], | |
username[], | ||
passwd[], | ||
ticket[], | ||
log_name[], | ||
user_agent[]) ; |
const char hostname[]
;const char username[]
;const char passwd[]
;const char ticket[]
;const char log_name[]
;const char user_agent[]
;RD_DeleteLog is the function to use to delete a log from an existing Rivendell Database.
This function deletes the specified log from the Rivendell database on hostname.
Table 1. RD_DeleteLog function call fields
FIELD NAME | FIELD TYPE | MEANING | REMARKS |
---|---|---|---|
hostname | Character Array | Name Of Rivendell DB Host | Mandatory |
username | Character Array | Rivendell User Name | Mandatory When NO Ticket Provided |
passwd | Character Array | Rivendell User Password | Mandatory When NO Ticket Provided |
ticket | Character Array | Rivendell Authentification Ticket | Mandatory When NO User/Password Pair Provided. |
log_name | Character Array | Name of log to delete | Mandatory |
user_agent | Character Array | User Agent Value put into HTTP request | Optional (default is Rivendell-C-API/x.x.x) |