|
|
@@ -20,7 +20,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
|
|
|
+ "summary": "Authenticate processes an authenticate request.",
|
|
|
"operationId": "Authenticate",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -47,7 +47,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
|
|
|
+ "summary": "AuthDisable disables authentication.",
|
|
|
"operationId": "AuthDisable",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -74,7 +74,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "Range gets the keys in the range from the key-value store.",
|
|
|
+ "summary": "AuthEnable enables authentication.",
|
|
|
"operationId": "AuthEnable",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -263,7 +263,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
|
|
|
+ "summary": "UserAdd adds a new user.",
|
|
|
"operationId": "UserAdd",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -317,7 +317,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "MoveLeader requests current leader node to transfer its leadership to transferee.",
|
|
|
+ "summary": "UserDelete deletes a specified user.",
|
|
|
"operationId": "UserDelete",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -344,7 +344,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
|
|
|
+ "summary": "UserGet gets detailed user information.",
|
|
|
"operationId": "UserGet",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -398,7 +398,7 @@
|
|
|
"tags": [
|
|
|
"Auth"
|
|
|
],
|
|
|
- "summary": "Snapshot sends a snapshot of the entire backend from a member over a stream to a client.",
|
|
|
+ "summary": "UserList gets a list of all users.",
|
|
|
"operationId": "UserList",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -452,7 +452,7 @@
|
|
|
"tags": [
|
|
|
"Cluster"
|
|
|
],
|
|
|
- "summary": "Range gets the keys in the range from the key-value store.",
|
|
|
+ "summary": "MemberAdd adds a member into the cluster.",
|
|
|
"operationId": "MemberAdd",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -479,7 +479,7 @@
|
|
|
"tags": [
|
|
|
"Cluster"
|
|
|
],
|
|
|
- "summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
|
|
|
+ "summary": "MemberList lists all the members in the cluster.",
|
|
|
"operationId": "MemberList",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -506,7 +506,7 @@
|
|
|
"tags": [
|
|
|
"Cluster"
|
|
|
],
|
|
|
- "summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
|
|
|
+ "summary": "MemberRemove removes an existing member from the cluster.",
|
|
|
"operationId": "MemberRemove",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -533,7 +533,7 @@
|
|
|
"tags": [
|
|
|
"Cluster"
|
|
|
],
|
|
|
- "summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
|
|
|
+ "summary": "MemberUpdate updates the member configuration.",
|
|
|
"operationId": "MemberUpdate",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -614,7 +614,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
|
|
|
+ "summary": "LeaseLeases lists all existing leases.",
|
|
|
"operationId": "LeaseLeases2",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -641,7 +641,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
|
|
|
+ "summary": "LeaseRevoke revokes a lease. All keys attached to the lease will expire and be deleted.",
|
|
|
"operationId": "LeaseRevoke2",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -668,7 +668,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
|
|
|
+ "summary": "LeaseTimeToLive retrieves lease information.",
|
|
|
"operationId": "LeaseTimeToLive2",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -776,7 +776,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Range gets the keys in the range from the key-value store.",
|
|
|
+ "summary": "LeaseGrant creates a lease which expires if the server does not receive a keepAlive\nwithin a given time to live period. All keys attached to the lease will be expired and\ndeleted if the lease expires. Each expired key generates a delete event in the event history.",
|
|
|
"operationId": "LeaseGrant",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -803,11 +803,11 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
|
|
|
+ "summary": "LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client\nto the server and streaming keep alive responses from the server to the client.",
|
|
|
"operationId": "LeaseKeepAlive",
|
|
|
"parameters": [
|
|
|
{
|
|
|
- "description": " (streaming inputs)",
|
|
|
+ "description": "(streaming inputs)",
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
@@ -831,7 +831,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
|
|
|
+ "summary": "LeaseLeases lists all existing leases.",
|
|
|
"operationId": "LeaseLeases",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -858,7 +858,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
|
|
|
+ "summary": "LeaseRevoke revokes a lease. All keys attached to the lease will expire and be deleted.",
|
|
|
"operationId": "LeaseRevoke",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -885,7 +885,7 @@
|
|
|
"tags": [
|
|
|
"Lease"
|
|
|
],
|
|
|
- "summary": "Txn processes multiple requests in a single transaction.\nA txn request increments the revision of the key-value store\nand generates events with the same revision for every completed request.\nIt is not allowed to modify the same key several times within one txn.",
|
|
|
+ "summary": "LeaseTimeToLive retrieves lease information.",
|
|
|
"operationId": "LeaseTimeToLive",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -912,7 +912,7 @@
|
|
|
"tags": [
|
|
|
"Maintenance"
|
|
|
],
|
|
|
- "summary": "Range gets the keys in the range from the key-value store.",
|
|
|
+ "summary": "Alarm activates, deactivates, and queries alarms regarding cluster health.",
|
|
|
"operationId": "Alarm",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -939,7 +939,7 @@
|
|
|
"tags": [
|
|
|
"Maintenance"
|
|
|
],
|
|
|
- "summary": "DeleteRange deletes the given range from the key-value store.\nA delete request increments the revision of the key-value store\nand generates a delete event in the event history for every deleted key.",
|
|
|
+ "summary": "Defragment defragments a member's backend database to recover storage space.",
|
|
|
"operationId": "Defragment",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -966,7 +966,7 @@
|
|
|
"tags": [
|
|
|
"Maintenance"
|
|
|
],
|
|
|
- "summary": "Compact compacts the event history in the etcd key-value store. The key-value\nstore should be periodically compacted or the event history will continue to grow\nindefinitely.",
|
|
|
+ "summary": "HashKV computes the hash of all MVCC keys up to a given revision.\nIt only iterates \"key\" bucket in backend storage.",
|
|
|
"operationId": "HashKV",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1020,7 +1020,7 @@
|
|
|
"tags": [
|
|
|
"Maintenance"
|
|
|
],
|
|
|
- "summary": "Put puts the given key into the key-value store.\nA put request increments the revision of the key-value store\nand generates one event in the event history.",
|
|
|
+ "summary": "Status gets the status of the member.",
|
|
|
"operationId": "Status",
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1074,11 +1074,11 @@
|
|
|
"tags": [
|
|
|
"Watch"
|
|
|
],
|
|
|
- "summary": "Range gets the keys in the range from the key-value store.",
|
|
|
+ "summary": "Watch watches for events happening or that have happened. Both input and output\nare streams; the input stream is for creating and canceling watchers and the output\nstream sends events. One watch RPC can watch on multiple key ranges, streaming events\nfor several watches at once. The entire event history can be watched starting from the\nlast compaction revision.",
|
|
|
"operationId": "Watch",
|
|
|
"parameters": [
|
|
|
{
|
|
|
- "description": " (streaming inputs)",
|
|
|
+ "description": "(streaming inputs)",
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|