ContainerApiRequestBody
parameters for making container API call.
Properties
Name | Type | Required |
---|---|---|
HttpVerb |
string | No |
UriPath |
string | Yes |
Content-Type |
string | No |
Body |
string | No |
HttpVerb
Type: string
Required: No
HTTP verb of container REST API, defaults to "GET"
UriPath
Type: string
Required: Yes
URI path of container REST API
Content-Type
Type: string
Required: No
Content type of container REST API request, defaults to "application/json"
Body
Type: string
Required: No
HTTP request body of container REST API