調用DescribePipelineManagementConfig,獲取Logstash管道管理配置。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求頭

該接口使用公共請求頭,無特殊請求頭。請參見公共請求參數文檔。

請求語法

GET /openapi/logstashes/[InstanceId]/pipeline-management-config HTTP/1.1

請求參數

名稱 類型 位置 是否必選 示例值 描述
InstanceId String Path ls-cn-oew1qbgl****

Logstash實例ID。

clientToken String Query 5A2CFF0E-5718-45B5-9D4D-70B3FF****

用于保證請求的冪等性。由客戶端生成該參數值,要保證在不同請求間唯一,最大不超過64個ASCII字符。

返回數據

名稱 類型 示例值 描述
RequestId String 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D***

請求ID。

Result Struct

返回結果。

endpoints String ["http://es-cn-n6w1o1x0w001c****.elasticsearch.aliyuncs.com:9200"]

Elasticsearch實例的訪問地址列表,格式為:域名:端口號

esInstanceId String es-cn-n6w1o1x0w001c****

Elasticsearch實例ID。

pipelineIds List ["testKibanaManagement"]

管道名稱列表。

pipelineManagementType String MULTIPLE_PIPELINE

管道管理方式。支持Kibana和MULTIPLE_PIPELINE。

userName String elastic

訪問實例的用戶名。

示例

請求示例

GET /openapi/logstashes/ls-cn-oew1qbgl****/pipeline-management-config HTTP/1.1
公共請求頭

正常返回示例

JSON格式

{
	"Result": {
		"pipelineManagementType": "MULTIPLE_PIPELINE",
		"esInstanceId": "es-cn-n6w1o1x0w001c****",
		"endpoints": [
			"http://es-cn-n6w1o1x0w001c****.elasticsearch.aliyuncs.com:9200"
		],
		"pipelineIds": [
			"testKibanaManagement"
		],
		"userName": "elastic"
	},
	"RequestId": "6822F07C-A896-4A2C-A430-BC01D5D1****"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InstanceNotFound The instanceId provided does not exist. 實例找不到,請核對實例狀態。

訪問錯誤中心查看更多錯誤碼。