getclioutputResult Structure Definition

The getclioutputResult structure defines the return type for getclioutput API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

clioutputList

List of clioutputs


clioutput Structure Definition

The clioutput structure defines the actual return type values for getclioutput API.

Syntax



Members

command

cli cmd to be executed.

output

output of the executed cli cmd.

_nextgenapiresource


See Also