uaf_list_service_operation_arguments

Returns information about the arguments for a particular service operation.

Arguments – Service Id, Service Operation

Table C-7 returns columns from the service identifiers in Table C-4, and the service operations in Table C-6.

Table C-7: Columns returned

Column name

Returned datatype

Argument name

string

Description

string

Type

string

Table C-8: Sample output from uaf_list_service_operation_arguments RemoteShellService, executeNoWait

Argument

Description

Type

command

String representing the command to be executed on a remote resource

java.lang.String

workingDirectory

Directory in which the command exists

java.lang.String

processStatusChangeListener

Interface that listens for changes in the process state

com.sybase.ua.services.rshell.ProcessResponseListener

processResponseListener

Interface that listens for a process response

com.sybase.ua.services.rshell.ProcessResponseListener

timeoutSeconds

Number of seconds before the operation is terminated

java.lang.Integer