class Pdns::API::Endpoints::TSIGKeys
- Pdns::API::Endpoints::TSIGKeys
- Pdns::API::Endpoint
- Reference
- Object
Defined in:
pdns/api/endpoints/tsig_keys.crInstance Method Summary
-
#create(key : TSIGKey) : TSIGKey
Add a TSIG key
-
#delete(id : String) : Void
Delete the TSIG Key with id
-
#edit(id : String, &block : TSIGKey -> ) : TSIGKey
Edit a TSIG Key
-
#get(id : String) : TSIGKey
Get a specific TSIG Key on the server, including the actual key
-
#list : Array(TSIGKey)
Get all TSIG Keys on the server, except the actual key
Constructor methods inherited from class Pdns::API::Endpoint
new(api : API, base_path : String)
new
Instance Method Detail
Add a TSIG key
This methods add a new TSIG Key. The actual key can be generated by the server or be provided by the client
Get a specific TSIG Key on the server, including the actual key