Skip to main content

Invoke Cloud Hosting Service

POST 

/v1/cloudrun/:name/:anyPath

Invoke the specified cloud hosting service.

When accessing cloud hosting via Open API, to address potential compliance blocking risks, Open API will make the following changes to the response headers:

  1. For all responses to GET requests, add Content-Disposition: attachment to the response headers.
  2. For non-text types (text types include responses with the Content-Type header indicating application/json, application/x-www-form-urlencoded, or text/plain), add Content-Disposition: attachment to the response headers;

Note: SSE(Server-Sent Event) and WebSocket requests are not subject to the above restrictions.

Request

Path Parameters

    name stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z][a-zA-Z0-9_-]{0,58}[a-zA-Z0-9]$

    Service name to invoke

    anyPath string

    Append any path

Body

Request parameters for invoking the cloud hosting service

    property name* any

Responses

Returned on success

Response Headers
  • X-Request-Id string

    Request ID

Schema
    property name* any
Loading...