DNS worker and stats information
Worker information.
Show Child Parameters
DNS stats information (specific details depend on the Kong instance).
Retrieve DNS worker and stats information. If the legacy DNS client is in use, it returns a 501 status with a message.
DNS worker and stats information
Worker information.
DNS stats information (specific details depend on the Kong instance).
Retrieve the schema of a vault.
The vault schema to be returned
OK
Vault entities are used to configure different Vault connectors. Examples of Vaults are Environment Variables, HashiCorp Vault and AWS Secrets Manager. Configuring a Vault allows referencing the secrets with other entities. For example a certificate entity can store a reference to a certificate and key, stored in a vault, instead of storing the certificate and key within the entity. This allows a proper separation of secrets and configuration and prevents secret sprawl.
The configuration properties for the Vault which can be found on the vaults’ documentation page.
Unix epoch when the resource was created.
The description of the Vault entity.
The name of the Vault that’s going to be added. Currently, the Vault implementation must be installed in every Kong instance.
The unique prefix (or identifier) for this Vault configuration. The prefix is used to load the right Vault configuration and implementation when referencing secrets with the other entities.
An optional set of strings associated with the Vault for grouping and filtering.
Unix epoch when the resource was last updated.
Returns a list of admins. To query all admins, add a parameter all_workspaces=true
to the /admins
endpoint. The status
field in the response indicates the state of the admins invitation. 0
= Approved, 1
= Pending, 2
= Rejected, 3
= Revoked, 4
= Invited, 5
= Unverified.
Example response
Invite an admin to your organization.
The admin’s email address.
Example:email@example.com
The admin’s username
Example:myusername
The admin’s custom ID
Allows the admin to use and reset their RBAC token.
Default:true
OK
Register an Admin’s Credentials
Created