Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\GetOperationResult - Obtain Operation Log
[Linux Manager]
/opt/FJSVcfmg/bin/GetOperationResult.sh - Obtain Operation Log
Synopsis
[Windows Manager]
GetOperationResult -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformId L-Platfrom ID -rulesetName ruleset name -operationId operation ID
[Linux Manager]
GetOperationResult.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformId L-Platfrom ID -rulesetName ruleset name -operationId operation ID
Function description
This Command obtains the operation logs for the network device.
Options
Specify the version ID of the L-Platform API.
Specify the language used to communicate with the L-Platform API.
Specify the user ID for executing the L-Platform API.
Specify the password for the user ID for executing the L-Platform API.
Specify the tenant name of the user for executing the L-Platform API.
Specify the L-Platform ID.
Specify the name of the ruleset.
Specify the operation ID.
Requirements
User with OS administrator privilege
Admin server
Example
> GetOperationResult -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -rulesetName rule1 -operationId ROR_010 <?xml version="1.0" encoding="UTF-8"?> <GetOperationResultResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <result> Time: 2012/06/13(Wed)17:13:34 slb-rule=10020 vip=192.xxx.xxx.xxx vport=80/tcp --------- ---------------- ------------------------- ---------- ------- dist-rule class-map dist-mode real/type backup-priority state of real state of real port connection timeout --------- ---------------- ------------------------- ---------- ------- 100 any round-robin Slb_002_192.xxx.xxx.xxx(192.xxx.xxx.xxx)/primary -- up/active -- 0 -- --------- ---------------- ------------------------- ---------- ------- </result> </GetOperationResultResponse>
# GetOperationResult.sh -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -rulesetName rule1 -operationId ROR_010 <?xml version="1.0" encoding="UTF-8"?> <GetOperationResultResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <result> Time: 2012/06/13(Wed)17:13:34 slb-rule=10020 vip=192.xxx.xxx.xxx vport=80/tcp --------- ---------------- ------------------------- ---------- ------- dist-rule class-map dist-mode real/type backup-priority state of real state of real port connection timeout --------- ---------------- ------------------------- ---------- ------- 100 any round-robin Slb_002_192.xxx.xxx.xxx(192.xxx.xxx.xxx)/primary -- up/active -- 0 -- --------- ---------------- ------------------------- ---------- ------- </result> </GetOperationResultResponse>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.