diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 7ae4988d8..de1117fb2 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -227,15 +227,15 @@ The following endpoints are supported: * [`/v1/agent/services`](#agent_services) : Returns the services local agent is managing * [`/v1/agent/members`](#agent_members) : Returns the members as seen by the local serf agent * [`/v1/agent/self`](#agent_self) : Returns the local node configuration -* [`/v1/agent/join/\`](#agent_join) : Trigger local agent to join a node -* [`/v1/agent/force-leave/\: Force remove node +* [`/v1/agent/join/
`](#agent_join) : Trigger local agent to join a node +* [`/v1/agent/force-leave/`](#agent_force_leave)>: Force remove node * [`/v1/agent/check/register`](#agent_check_register) : Registers a new local check -* [`/v1/agent/check/deregister/\`](#agent_check_deregister) : Deregister a local check -* [`/v1/agent/check/pass/\`](#agent_check_pass) : Mark a local test as passing -* [`/v1/agent/check/warn/\`](#agent_check_warn) : Mark a local test as warning -* [`/v1/agent/check/fail/\`](#agent_check_fail) : Mark a local test as critical +* [`/v1/agent/check/deregister/`](#agent_check_deregister) : Deregister a local check +* [`/v1/agent/check/pass/`](#agent_check_pass) : Mark a local test as passing +* [`/v1/agent/check/warn/`](#agent_check_warn) : Mark a local test as warning +* [`/v1/agent/check/fail/`](#agent_check_fail) : Mark a local test as critical * [`/v1/agent/service/register`](#agent_service_register) : Registers a new local service -* [`/v1/agent/service/deregister/\`](#agent_service_deregister) : Deregister a local service +* [`/v1/agent/service/deregister/`](#agent_service_deregister) : Deregister a local service ### /v1/agent/checks @@ -537,8 +537,8 @@ The following endpoints are supported: * [`/v1/catalog/datacenters`](#catalog_datacenters) : Lists known datacenters * [`/v1/catalog/nodes`](#catalog_nodes) : Lists nodes in a given DC * [`/v1/catalog/services`](#catalog_services) : Lists services in a given DC -* [`/v1/catalog/service/\`](#catalog_service) : Lists the nodes in a given service -* [`/v1/catalog/node/\`](#catalog_nodes) : Lists the services provided by a node +* [`/v1/catalog/service/`](#catalog_service) : Lists the nodes in a given service +* [`/v1/catalog/node/`](#catalog_nodes) : Lists the services provided by a node The last 4 endpoints of the catalog support blocking queries and consistency modes. @@ -779,10 +779,10 @@ as they are totally optional. Additionally, some of the query results from the H The following endpoints are supported: -* [`/v1/health/node/\`](#health_node): Returns the health info of a node -* [`/v1/health/checks/\`](#health_checks): Returns the checks of a service -* [`/v1/health/service/\`](#health_service): Returns the nodes and health info of a service -* [`/v1/health/state/\`](#health_state): Returns the checks in a given state +* [`/v1/health/node/`](#health_node): Returns the health info of a node +* [`/v1/health/checks/`](#health_checks): Returns the checks of a service +* [`/v1/health/service/`](#health_service): Returns the nodes and health info of a service +* [`/v1/health/state/`](#health_state): Returns the checks in a given state All of the health endpoints supports blocking queries and all consistency modes. @@ -967,9 +967,9 @@ The Session endpoints are used to create, destroy and query sessions. The following endpoints are supported: * [`/v1/session/create`](#session_create): Creates a new session -* [`/v1/session/destroy/\`](#session_destroy): Destroys a given session -* [`/v1/session/info/\`](#session_info): Queries a given session -* [`/v1/session/node/\`](#session_node): Lists sessions belonging to a node +* [`/v1/session/destroy/`](#session_destroy): Destroys a given session +* [`/v1/session/info/`](#session_info): Queries a given session +* [`/v1/session/node/`](#session_node): Lists sessions belonging to a node * [`/v1/session/list`](#session_list): Lists all the active sessions All of the read session endpoints supports blocking queries and all consistency modes. @@ -1113,9 +1113,9 @@ The following endpoints are supported: * [`/v1/acl/create`](#acl_create): Creates a new token with policy * [`/v1/acl/update`](#acl_update): Update the policy of a token -* [`/v1/acl/destroy/\`](#acl_destroy): Destroys a given token -* [`/v1/acl/info/\`](#acl_info): Queries the policy of a given token -* [`/v1/acl/clone/\`](#acl_clone): Creates a new token by cloning an existing token +* [`/v1/acl/destroy/`](#acl_destroy): Destroys a given token +* [`/v1/acl/info/`](#acl_info): Queries the policy of a given token +* [`/v1/acl/clone/`](#acl_clone): Creates a new token by cloning an existing token * [`/v1/acl/list`](#acl_list): Lists all the active tokens ### /v1/acl/create @@ -1268,7 +1268,7 @@ events. The following endpoints are supported: -* [`/v1/event/fire/\`](#event_fire): Fires a new user event +* [`/v1/event/fire/`](#event_fire): Fires a new user event * [`/v1/event/list`](#event_list): Lists the most recent events an agent has seen. ### /v1/event/fire/\