REST Resource: grid

Resource: HttpBody

JSON representation
{
  "contentType": string,
  "data": string,
  "extensions": [
    {
      "@type": string,
      field1: ...,
      ...
    }
  ]
}
Fields
contentType

string

The HTTP Content-Type header value specifying the content type of the body.

data

string (bytes format)

The HTTP request/response body as raw binary.

extensions[]

object

Application specific response metadata. Must be set in the first response for streaming APIs.

Methods

get

Get a grid of contrail predictions.