vault/ping

GET

Pings Traffic Vault to retrieve status.

Auth. Required

Yes

Roles Required

“read-only”

Permissions Required

TRAFFIC-VAULT:READ

Response Type

Object

Request Structure

No parameters available.

Response Properties

status

The status returned from the ping request to the Traffic Vault server

server

The Traffic Vault server that was pinged

#1554 Response Example
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Set-Cookie, Cookie
Access-Control-Allow-Methods: POST,GET,OPTIONS,PUT,DELETE
Access-Control-Allow-Origin: *
Content-Type: application/json
Set-Cookie: mojolicious=...; Path=/; Expires=Tue, 25 Feb 2020 15:37:54 GMT; Max-Age=3600; HttpOnly
Whole-Content-Sha512: z9P1NkxGebPncUhaChDHtYKYI+XVZfhE6Y84TuwoASZFIMfISELwADLpvpPTN+wwnzBfREksLYn+0313QoBWhA==
X-Server-Name: traffic_ops_golang/
Date: Tue, 25 Feb 2020 14:37:55 GMT
Content-Length: 90

{ "response":
    {
        "status": "OK",
        "server": "trafficvault.infra.ciab.test:8087"
    }
}