Skip to main content

SasInstallCode

Description

call the installation verification KEY SasInstallCode get Agent client installation command.

Request Method

POST

Request Path

/apsara/route/Sas/SasInstallCode

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringB256A525-7E42-4BB9-A27C-9017FDDFF1A2the unique identifier generated by alibaba cloud for this request.
datastringeDkhGPwhen manually installing the Agent client for the server, the installation of the client verifies KEY.

Example

Successful Response example

{
"RequestId":"B256A525-7E42-4BB9-A27C-9017FDDFF1A2",
"data":"eDkhGP"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}