Skip to main content

ModifyWebPath

Description

Modify the Web directory in the website backdoor settings.

Request Method

POST

Request Path

/apsara/route/aegis/ModifyWebPath

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeBODYstringNoNo sample value for this parameter.configuration type, system-specified parameters. Value: web_path, indicating the configuration of the Web directory definition.
TargetBODYstringNoNo sample value for this parameter.The Web directory defines the configured target host list, which is described in JSON format. For details, see the request example.
regionIdBODYstringYesNo sample value for this parameter.region id
ConfigBODYstringNoNo sample value for this parameter.Web directory definition configuration information, described in JSON format, see the request example for details.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

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

}