From 960a60fa448bae5b47354f54098e91a414a56344 Mon Sep 17 00:00:00 2001 From: RR Date: Thu, 15 Sep 2022 14:41:28 -0400 Subject: [PATCH 1/2] Create hashicorp-consul-api.txt --- .../Web-Content/hashicorp-consul-api.txt | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Discovery/Web-Content/hashicorp-consul-api.txt diff --git a/Discovery/Web-Content/hashicorp-consul-api.txt b/Discovery/Web-Content/hashicorp-consul-api.txt new file mode 100644 index 000000000..a588ebeb0 --- /dev/null +++ b/Discovery/Web-Content/hashicorp-consul-api.txt @@ -0,0 +1,41 @@ +# HashiCorp Consul RESTful API Port 8500 + +/v1/agent/services +/v1/acl/token/self +/v1/identity/entity/id?list=true +/v1/identity/group/id?list=true +/v1/sys/namespaces?list=true +/v1/acl/tokens +/v1/catalog/datacenters +/v1/catalog/services +/v1/catalog/nodes +/v1/agent/members +/v1/acl/bootstrap +/v1/acl/replication +/v1/acl/policies +/v1/acl/roles +/v1/acl/auth-methods +/v1/acl/binding-rules +/v1/agent/metrics +/v1/agent/metrics?format=prometheus +/v1/agent/monitor +/v1/catalog/services?ns=root +/v1/connect/ca/configuration +/v1/connect/intentions +/v1/coordinate/datacenters +/v1/coordinate/nodes +/v1/event/list +/v1/operator/license +/v1/operator/segment +/v1/namespace/root +/v1/namespaces +/v1/query +/v1/session/list +/v1/status/leader +/v1/status/peers +/v1/sys/seal-status +/v1/sys/replication/status +/v1/sys/license/features +/v1/sys/health?standbycode=200&sealedcode=200&uninitcode=200&drsecondarycode=200&performancestandbycode=200 +/v1/sys/health +/v1/sys/policies/acl From 69388e96f9fac62b8c74aff40083179288a7e46e Mon Sep 17 00:00:00 2001 From: RR Date: Mon, 3 Oct 2022 14:54:49 -0400 Subject: [PATCH 2/2] Update hashicorp-consul-api.txt removed two comment lines --- Discovery/Web-Content/hashicorp-consul-api.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Discovery/Web-Content/hashicorp-consul-api.txt b/Discovery/Web-Content/hashicorp-consul-api.txt index a588ebeb0..e3cd6d702 100644 --- a/Discovery/Web-Content/hashicorp-consul-api.txt +++ b/Discovery/Web-Content/hashicorp-consul-api.txt @@ -1,5 +1,3 @@ -# HashiCorp Consul RESTful API Port 8500 - /v1/agent/services /v1/acl/token/self /v1/identity/entity/id?list=true