Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Reference Guide (API)
FUJITSU Software

2.2.8 GetOperationResult (Obtain Operation Log)

This API obtains the operation logs for the network device.

Request parameters

Parameter name

Item

Item description

Version

Description

The version ID of the L-Platform API.

Type

string

Value

Fixed. Specify "2.0".

Locale

Description

The language for communicating with the L-Platform API. This parameter is specified using the language codes stipulated by ISO 639.

Type

string

Value

Select one of the following:
- en: English
- zh: Chinese

Action

Description

The user ID of the user that executes the L-Platform API.

Type

string

Value

Fixed. Specify "GetOperationResult".

userId

Description

The user ID of the user that executes the L-Platform API.

Type

string

Value

No more than 31 characters.

orgId

Description

The tenant name of the user that executes the L-Platform API.

Type

string

Value

No more than 32 characters.

lplatformId

Description

L-Platform API ID

Type

string

Value

No more than 32 characters.

rulesetName

Description

Ruleset name.

Type

string

Value

No more than 32 characters.

operationId

Description

Operation ID.
Specify an ID of an operation in a server load balancer that was obtained by GetLPlatformConfiguration or an ID of an operation obtained by OperateSLB.

Type

string

Value

No more than 32 characters.


Response

<Status code>

The API returns "200 OK" if it terminates normally.


<XML>

<?xml version="1.0" encoding="UTF-8"?>
<GetOperationResultResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
  <responseMessage>[Message]</responseMessage>
  <responseStatus>[Status]</responseStatus>
  <result>[Operation execution results]</result>
</GetOperationResultResponse>

<Elements>

Element name

Item

Item description

OperateSLBResponse

Description

Element holding the response information.

Type

None

Number of occurrences

1

responseMessage

Description

Message. This element indicates whether the request has been processed correctly.
Refer to "Chaper 15 Messages Starting with PAPI" in the "Messages" for message details.

Type

string

Number of occurrences

1

responseStatus

Description

Status. This element indicates whether the request has been processed normally. "SUCCESS" is returned if the request is processed normally. Otherwise, an error code is returned.
Refer to "Appendix A List of Response Status Error Codes(L-Platform APIs)" for information on error codes.

Type

string

Number of occurrences

1

result

Description

Operation execution results.

Type

string

Number of occurrences

1


Sample response

<?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>
--------- ---------------- ------------------------- ---------- -------
dist-rule class-map
          dist-mode
          real/type backup-priority
                state of real   state of real port   connection timeout
--------- ---------------- ------------------------- ---------- -------
                     up/active           --                   0      --
--------- ---------------- ------------------------- ---------- -------
  </result>
</GetOperationResultResponse>