SubscribeSwitchNicSignal

Description

Queries the link failover or switchback result after the O&M personnel have successfully issued the corresponding command.

Prototype

rpc SubscribeSwitchNicSignal(SwitchNicRequest) returns (stream SwitchNicResponse) {}

Input Parameters

Parameter

Type (Defined by Protobuf)

Description

SwitchNicRequest

message SwitchNicRequest{

string jobID;

}

SwitchNicRequest.jobID: job ID

Return Value

Parameter

Type (Defined by Protobuf)

Description

SwitchNicResponse

message SwitchNicResponse{

string jobID;

string msg;

}

SwitchNicResponse.jobID: job ID

SwitchNicResponse.msg: execution result of the link failover or switchback command