SubscribeStressTestResponse

Description

Queries the online stress testing result after the O&M personnel have successfully issued the corresponding command.

Prototype

rpc SubscribeStressTestResponse(StressTestRequest) returns (stream StressTestResponse) {}

Input Parameters

Parameter

Type (Defined by Protobuf)

Description

StressTestRequest

message StressTestRequest{

string jobID = 1;

}

StressTestRequest.jobID: job ID

Return Value

Parameter

Type (Defined by Protobuf)

Description

StressTestResponse

message StressTestResponse {

string jobID;

string msg;

}

StressTestResponse.jobID: job ID

StressTestResponse.msg: stress testing result