diff --git a/website/pages/api-docs/operator/keyring.mdx b/website/pages/api-docs/operator/keyring.mdx index c9bc8264d..88f00152d 100644 --- a/website/pages/api-docs/operator/keyring.mdx +++ b/website/pages/api-docs/operator/keyring.mdx @@ -66,7 +66,10 @@ $ curl \ "ZWTL+bgjHyQPhJRKcFe3ccirc2SFHmc/Nw67l8NQfdk=": 1, "WbL6oaTPom+7RG7Q/INbJWKy09OLar/Hf2SuOAdoQE4=": 1 }, - "NumNodes": 1 + "PrimaryKeys": { + "pUqJrVyVRj5jsiYEkM/tFQYfWyJIv4s3XkvDwy7Cu5s=": 1, + }, + "NumNodes": 3 }, { "WAN": false, @@ -77,7 +80,10 @@ $ curl \ "ZWTL+bgjHyQPhJRKcFe3ccirc2SFHmc/Nw67l8NQfdk=": 1, "WbL6oaTPom+7RG7Q/INbJWKy09OLar/Hf2SuOAdoQE4=": 1 }, - "NumNodes": 1 + "PrimaryKeys": { + "pUqJrVyVRj5jsiYEkM/tFQYfWyJIv4s3XkvDwy7Cu5s=": 1, + }, + "NumNodes": 3 } ] ``` @@ -92,6 +98,9 @@ $ curl \ - `Keys` is a map of each gossip key to the number of nodes it's currently installed on. +- `PrimaryKeys` is a map of each primary gossip key to the number of nodes it's currently + installed on. + - `NumNodes` is the total number of nodes in the datacenter. ## Add New Gossip Encryption Key