F5 post health monitor

傅阿苏
2023-12-01
ltm monitor https https-post{
    adaptive disabled
    cipherlist DEFAULT
    compatibility enabled
    defaults-from https
    destination *:*
    interval 5
    ip-dscp 0
    recv "HTTP/1.[01] [23][0-9][0-9]"
    recv-disable none
    send "POST / HTTP/1.0\r\nHost: f53vl3032o.bigip.com:5555\r\nContent-Type:application/x-www-form-urlencoded\r\n\r\n <?xmlversion='1.0'encoding='UTF-5'?><soapenv:Envelope xmlns:soapenv=\"http://ssdfheas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.f0977.org/2001/XMLSchema\" xmlns:xsi=\"http://www.wsdf7.org/200e1/XMLScqhepmaf-instance\" xmlns:aut=\"http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Authentication\"><soapenv:Header/><soapenv:Body><aut:authUser><credentialAttributeSet><attributes><value xsi:type=\"xsd:string\">DummyUser</value><attributeID>CREDFLD_USERID</attributeID></attributes><attributes><value xsi:type=\"xsd:string\">DUMMY</value><attributeID>CREDFLD_DOMAIN</attributeID></attributes><attributes><value xsi:type=\"xsd:string\">ClientForDummy</value><attributeID>CREDFLD_COMPONENT_TYPE</attributeID></attributes><attributes><value xsi:type=\"xsd:unsignedInt\">4</value><attributeID>CREDFLD_PASSWORD_FORMAT</attributeID></attributes><attributes><value xsi:type=\"xsd:string\">Test2016</value><attributeID>CREDFLD_STATIC_PASSWORD</attributeID></attributes></credentialAttributeSet></aut:authUser></soapenv:Body></soapenv:Envelope>\r\n"
    time-until-up 0
    timeout 16
}
  • POST 后接页面路径,如果没有二级页面,直接跟/
  • rec :接收字段为报文header
  • host 之后接header , header 以/r/n结尾

参考链接:https://devcentral.f5.com/s/articles/ltm-http-monitoring-with-post-request

 类似资料:

相关阅读

相关文章

相关问答