Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerApiRequestBody

Package version

parameters for making container API call.

Hierarchy

  • ContainerApiRequestBody

Index

Properties

Optional body

body: undefined | string

HTTP request body of container REST API

Optional contentType

contentType: undefined | string

Content type of container REST API request, defaults to "application/json"

Optional httpVerb

httpVerb: undefined | string

HTTP verb of container REST API, defaults to "GET"

uriPath

uriPath: string

URI path of container REST API

Generated using TypeDoc