Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 475 Bytes

ping6.md

File metadata and controls

32 lines (18 loc) · 475 Bytes

Ping

Pings (via IPv6) a specified IP/hostname

  • URL

    /ping6

  • Method:

    POST

  • URL Params

    None

  • Data Params

    {'ip': '[ipv6_or_AAAA_hostname]'}

  • Ping Success Response:

    • Content: { 'status': 'online' }
  • Ping Failure Response:

    • Content: { 'status': 'offline' }
  • Error Response:

    • Content: { 'status': 'error' }
    • Invalid IPv6 address or hostname