public class syslog_ui_cmd extends base_resource
SESSION_NOT_EXISTS| Constructor and Description |
|---|
syslog_ui_cmd() |
| Modifier and Type | Method and Description |
|---|---|
static long |
count_filtered(nitro_service service,
filtervalue[] filter)
Use this API to count the filtered set of syslog_ui_cmd resources.
|
static long |
count_filtered(nitro_service service,
String filter)
Use this API to count the filtered set of syslog_ui_cmd resources.
|
static long |
count(nitro_service service)
Use this API to count the syslog_ui_cmd resources configured on NetScaler SDX.
|
static syslog_ui_cmd |
delete(nitro_service client,
syslog_ui_cmd resource)
Use this operation to delete ui cmd syslog message details..
|
static syslog_ui_cmd[] |
delete(nitro_service client,
syslog_ui_cmd[] resources)
Use this operation to delete ui cmd syslog message details.
|
String |
get_clientip()
Client ip address.
|
String |
get_command()
Command being executed.
|
Double |
get_datarecord_rx_time()
Transaction Time when this was received.
|
Boolean |
get_decoded()
Whether this was decoded.
|
Double |
get_exporter_id()
Exporter ID
|
static syslog_ui_cmd[] |
get_filtered(nitro_service service,
filtervalue[] filter)
Use this API to fetch filtered set of syslog_ui_cmd resources.
|
static syslog_ui_cmd[] |
get_filtered(nitro_service service,
String filter)
Use this API to fetch filtered set of syslog_ui_cmd resources.
|
String |
get_group_name()
Group Name.
|
String |
get_hostname()
Host Name.
|
String |
get_id()
Id is system generated key for all the syslog ui cmd record.
|
String |
get_module()
Module Name.
|
protected base_resource[] |
get_nitro_bulk_response(nitro_service service,
String response)
Converts API response of bulk operation into object and returns the object array in case of get request.
|
protected base_resource[] |
get_nitro_response(nitro_service service,
String response)
Converts API response into object and returns the object array in case of get request.
|
protected String |
get_object_id()
Returns the value of object identifier argument.
|
protected String |
get_object_type()
Gets the resource type.
|
Double |
get_priority()
priority
|
String |
get_process_name()
Process Name.
|
Double |
get_sequence_no()
Sequence no.
|
String |
get_status()
Status of the message.
|
String |
get_syslog_msg()
Syslog original Message.
|
Double |
get_timestamp()
timestamp
|
String |
get_type()
Type Name.
|
String |
get_username()
User name.
|
static syslog_ui_cmd[] |
get(nitro_service client)
Report for syslog ui command by this Collector.
|
void |
set_clientip(String clientip)
Client ip address.
|
void |
set_command(String command)
Command being executed.
|
void |
set_datarecord_rx_time(Double datarecord_rx_time)
Transaction Time when this was received.
|
void |
set_decoded(Boolean decoded)
Whether this was decoded.
|
void |
set_exporter_id(Double exporter_id)
Exporter ID
|
void |
set_group_name(String group_name)
Group Name.
|
void |
set_hostname(String hostname)
Host Name.
|
void |
set_id(String id)
Id is system generated key for all the syslog ui cmd record.
|
void |
set_module(String module)
Module Name.
|
void |
set_priority(Double priority)
priority
|
void |
set_process_name(String process_name)
Process Name.
|
void |
set_sequence_no(Double sequence_no)
Sequence no.
|
void |
set_status(String status)
Status of the message.
|
void |
set_syslog_msg(String syslog_msg)
Syslog original Message.
|
void |
set_timestamp(Double timestamp)
timestamp
|
void |
set_type(String type)
Type Name.
|
void |
set_username(String username)
User name.
|
protected void |
validate(String operationType)
Performs generic data validation for the operation to be performed
|
add_resource, add_resource, delete_bulk_request, delete_resource, get_resource, get_resource, get_resources, get_resources, getfiltered, perform_operation_bulk_request, perform_operation, perform_operation, perform_operation, resource_to_string, resource_to_string, update_bulk_request, update_resource, update_resourceprotected String get_object_type()
base_resourceget_object_type in class base_resourceprotected String get_object_id()
get_object_id in class base_resourcepublic void set_priority(Double priority)
priority
public Double get_priority()
priority
public void set_sequence_no(Double sequence_no)
Sequence no.
public Double get_sequence_no()
Sequence no.
public void set_group_name(String group_name)
Group Name.
public String get_group_name()
Group Name.
public void set_status(String status)
Status of the message.
public String get_status()
Status of the message.
public void set_decoded(Boolean decoded)
Whether this was decoded.
public Boolean get_decoded()
Whether this was decoded.
public void set_hostname(String hostname)
Host Name.
public String get_hostname()
Host Name.
public void set_datarecord_rx_time(Double datarecord_rx_time)
Transaction Time when this was received.
public Double get_datarecord_rx_time()
Transaction Time when this was received.
public void set_username(String username)
User name.
public String get_username()
User name.
public void set_exporter_id(Double exporter_id)
Exporter ID
public Double get_exporter_id()
Exporter ID
public void set_timestamp(Double timestamp)
timestamp
public Double get_timestamp()
timestamp
public void set_process_name(String process_name)
Process Name.
public String get_process_name()
Process Name.
public void set_id(String id)
Id is system generated key for all the syslog ui cmd record.
public String get_id()
Id is system generated key for all the syslog ui cmd record.
public void set_type(String type)
Type Name.
public String get_type()
Type Name.
public void set_syslog_msg(String syslog_msg)
Syslog original Message.
public String get_syslog_msg()
Syslog original Message.
public void set_command(String command)
Command being executed.
public String get_command()
Command being executed.
public void set_clientip(String clientip)
Client ip address.
public String get_clientip()
Client ip address.
public void set_module(String module)
Module Name.
public String get_module()
Module Name.
public static syslog_ui_cmd delete(nitro_service client, syslog_ui_cmd resource) throws Exception
Use this operation to delete ui cmd syslog message details..
Exceptionpublic static syslog_ui_cmd[] delete(nitro_service client, syslog_ui_cmd[] resources) throws Exception
Use this operation to delete ui cmd syslog message details. in bulk.
Exceptionpublic static syslog_ui_cmd[] get(nitro_service client) throws Exception
Report for syslog ui command by this Collector.
Exceptionpublic static syslog_ui_cmd[] get_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static syslog_ui_cmd[] get_filtered(nitro_service service, filtervalue[] filter) throws Exception
Exceptionpublic static long count(nitro_service service) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, filtervalue[] filter) throws Exception
Exceptionprotected base_resource[] get_nitro_response(nitro_service service, String response) throws Exception
Converts API response into object and returns the object array in case of get request.
get_nitro_response in class base_resourceExceptionprotected base_resource[] get_nitro_bulk_response(nitro_service service, String response) throws Exception
Converts API response of bulk operation into object and returns the object array in case of get request.
get_nitro_bulk_response in class base_resourceExceptionprotected void validate(String operationType) throws Exception
Performs generic data validation for the operation to be performed
validate in class base_resourceoperationType - : add,delete,modify,get etc.ExceptionCopyright © 2013 Citrix Systems, Inc.. All Rights Reserved.