Skip to main content

Invoke CloudBase Run service

GET 

/v1/cloudrun/:name/:anyPath

Invoke the specified CloudBase Run service.

When calling CloudBase Run through the open APIs, the response headers are adjusted to mitigate potential compliance-related blocking risks:

  1. For all responses to GET requests, the header Content-Disposition: attachment is added.
  2. For non-text responses (text types include application/json, application/x-www-form-urlencoded, and text/plain in the response Content-Type header), the header Content-Disposition: attachment is added.

Note: SSE (Server-Sent Event) and WebSocket requests are exempt from these adjustments.

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]$

    Name of the service to invoke

    anyPath string

    Append any additional path segments

Responses

Returned when the call succeeds

Response Headers
  • X-Request-Id string

    Request ID

Schema
    property name* any
Loading...