Configuration

Get system configuration

get

Retrieves the current system configuration settings

Responses
200
Configuration retrieved successfully
application/json
get
GET /v1/auth/ratls/config HTTP/1.1
Host: localhost:8200
Accept: */*
200

Configuration retrieved successfully

{
  "request_id": "text",
  "lease_id": "text",
  "renewable": true,
  "lease_duration": 1,
  "data": {
    "inline_policy": "text",
    "namespace": true
  },
  "wrap_info": null,
  "warnings": null,
  "auth": null
}

Was this helpful?