InvokeWithResponseStreamResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
StatusCode object
EventStream object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-invokewithresponsestreamresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvokeWithResponseStreamResponse",
  "title": "InvokeWithResponseStreamResponse",
  "type": "object",
  "properties": {
    "StatusCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "For a successful request, the HTTP status code is in the 200 range. For the <code>RequestResponse</code> invocation type, this status code is 200. For the <code>DryRun</code> invocation type, this status code is 204."
        }
      ]
    },
    "EventStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InvokeWithResponseStreamResponseEvent"
        },
        {
          "description": "The stream of response payloads."
        }
      ]
    }
  }
}