带参数的请求,比较多怎么写哇 curl -H 'Content-Type: text/xml; charset=utf-8' -d '<soap:Envelope xmlns:xsi="http://www.w42.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w42.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Body><AppUserManage_Login_CJS_APP xmlns="http://tempuri.org/";><loginUserName>1715629012</loginUserName><loginUserPass>123456</loginUserPass><loginType>10</loginType><loginIpAddress>127.0.0.1</loginIpAddress><loginSource>5</loginSource><Coordinates>021525374658617185</Coordinates><Encryptionchar>F5AC95F60BBEDAA9372AE29B84F5E67A</Encryptionchar></AppUserManage_Login_CJS_APP></soap:Body></soap:Envelope>' http://stock.ab.com.cn/stocks.asmx?wsdl
Prometheus配置监控ip、端口连通,get、post接口连通和状态码prometheus.yml 位置:/etc/prometheus/prometheus.yml rules.yml 位置:/etc/prometheus/rules/rul...