Skip to main content
POST
/
service
/
looking_glass
/
ping
Ping
curl --request POST \
  --url https://api.example.com/service/looking_glass/ping \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "vrf_name": "<string>",
  "gate_vi_name": "<string>",
  "system_name": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
address
string
required
vrf_name
string | null
gate_vi_name
string | null
system_name
string | null

Response

Successful Response

message
string
required