次の方法で共有


ContainerApiRequestBody interface

コンテナー API 呼び出しを行うパラメーター。

プロパティ

body

コンテナー REST API の HTTP 要求本文

contentType

コンテナー REST API 要求のコンテンツ タイプ。既定値は "application/json" です

httpVerb

コンテナー REST API の HTTP 動詞。既定値は "GET" です

uriPath

コンテナー REST API の URI パス

プロパティの詳細

body

コンテナー REST API の HTTP 要求本文

body?: string

プロパティ値

string

contentType

コンテナー REST API 要求のコンテンツ タイプ。既定値は "application/json" です

contentType?: string

プロパティ値

string

httpVerb

コンテナー REST API の HTTP 動詞。既定値は "GET" です

httpVerb?: string

プロパティ値

string

uriPath

コンテナー REST API の URI パス

uriPath: string

プロパティ値

string