3.1.5.22.4 Diagnostics SlbStateResults

The SlbStateResults resource queries the result of a previously initiated diagnostics slbState action.

It is invoked through the following URI.

 https://<url>/networking/v1/diagnostics/SlbStateResults/{resourceId} 

url: The address or name of the REST server of the Network Controller.

resourceId: the identifier for the specific resource within the resource type. See section 2.2.3.4 for more details.

Note  The server MAY support additional versions, v1 or later, in the URI.

The following HTTP methods can be performed on this resource.

HTTP method

Section

Description

GET

3.1.5.22.4.1.1.1

Retrieves the result of the previously initiated diagnostics operation.

GET ALL

3.1.5.22.4.1.1.2

Lists the result of previously initiated diagnostics operation.

The following property elements are valid.

Element name

Type

Description

etag

Read-only

Specified in Common JSON Elements, section 2.2.2.

operationId

Read-only

Operation ID for this diagnostics operation.

submitTime

Read-only

Submit Time of this diagnostics operation.

status

Read-only

Status of the diagnostics operation.

output

Read-only

Result output of this diagnostics operation. The output is hierarchical with data group as level 1, data section as level 2 and data unit as level 3.

output.dataGroups

Read-only

Result output group.

output.dataGroups.name

Read-only

Result output group name.

output.dataGroups.description

Read-only

Result output group description.

output.dataGroups.dataSections

Read-only

Result output section (level 2).

output.dataGroups.dataSections.name

Read-only

Result output section name.

output.dataGroups.dataSections.description

Read-only

Result output section description.

output.dataGroups.dataSections.dataRetrievalFailed

Read-only

Flag to indicate if the data section retrieval failed.

output.dataGroups.dataSections.dataUnits

Read-only

Result output data unit (level 3).

output.dataGroups.dataSections.dataUnits.value

Read-only

Result output data unit value.