sdn-sense / autogole-monitoring

Autogole Monitoring
Apache License 2.0
0 stars 0 forks source link

NRM Monitor SOAP endpoints #11

Open juztas opened 1 year ago

juztas commented 1 year ago
[root@k8s-igrok-02 /]# curl -k -GET --key /root/key.pem --cert /root/cert.pem https://nsi0.tokyjp.pacificwave.net:9443/NSI/services/CS2

<html>
  <head><title>405 - Method Not Allowed</title></head>
  <body>
    <h1>Method Not Allowed</h1>
    <p>Your browser approached me (at /NSI/services/CS2) with the method "GET".  I only allow the methods HEAD, POST here.</p>
  </body>
</html>
And if I do HEAD:
[root@k8s-igrok-02 /]# curl -k -I --key /root/key.pem --cert /root/cert.pem https://nsi0.tokyjp.pacificwave.net:9443/NSI/services/CS2
HTTP/1.1 500 Internal Server Error
Server: TwistedWeb/19.10.0
Date: Fri, 30 Sep 2022 15:18:03 GMT
Content-Type: text/html
Content-Length: 95

is there any default (or just basic soap query - which can be sent to all soap endpoints?)