Share via


ContainerApiRequestBody

用於進行容器 API 呼叫的參數。

屬性

名稱 類型 必要
HttpVerb string
UriPath 字串
Content-Type 字串
Body 字串 No

HttpVerb

類型:字串
必要:否

容器 REST API 的 HTTP 動詞,預設為 「GET」


UriPath

類型:字串
必要:是

容器 REST API 的 URI 路徑


Content-Type

類型:字串
必要:否

容器 REST API 要求的內容類型,預設為 「application/json」


Body

類型:字串
必要:否

容器 REST API 的 HTTP 要求本文