跳转到内容

servers.bootstrapProxy

POST
/servers/{serverId}/edge-proxy/bootstrap
curl --request POST \
--url https://example.com/api/servers/example/edge-proxy/bootstrap \
--header 'Content-Type: application/json' \
--data '{ "edgeProxyProviderKey": "example", "attemptId": "example", "reason": "repair" }'

Repairs or bootstraps provider-owned edge proxy infrastructure. Public docs: /docs/servers/operations/proxy-and-terminal/#server-proxy-readiness

serverId
required
string
>= 1 characters
Media type application/json
object
edgeProxyProviderKey
string
>= 1 characters
attemptId
string
>= 1 characters
reason
string
default: repair
Allowed values: repair retry post-connect doctor-follow-up

OK

Media type application/json
object
serverId
required
string
>= 1 characters
attemptId
required
string
>= 1 characters
Example generated
{
"serverId": "example",
"attemptId": "example"
}