You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/observability/apps/apm-server-information-api.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ This is the server information endpoint:
16
16
http(s)://{hostname}:{port}/
17
17
```
18
18
19
-
Sending an `HTTP GET`or `HTTP POST`request to the server information endpoint will return an HTTP 200, indicating that the server is up.
19
+
Sending an `HTTP GET` request to the server information endpoint will return an HTTP 200, indicating that the server is up.
20
20
21
21
To configure authenticated access to the APM server, the instructions at [APM API key](api-keys.md) or [APM Secret Token](secret-token.md), must be followed to configure the correct permissions for APM access.
22
22
23
-
If an [API keys](api-keys.md) or a [Secret token](secret-token.md) is passed along with the `HTTP GET`or `HTTP POST`request, in addition to an HTTP 200, the response payload will include some information about the APM server.
23
+
If an [API keys](api-keys.md) or a [Secret token](secret-token.md) is passed along with the `HTTP GET` request, in addition to an HTTP 200, the response payload will include some information about the APM server.
24
24
25
25
26
26
### Example: GET, without credentials [apm-api-info-example-get-without-credentials]
@@ -48,12 +48,12 @@ curl --verbose -X GET http://127.0.0.1:8200
48
48
```
49
49
50
50
51
-
### Example: POST, with secret token [apm-api-info-example-post-with-secret-token]
51
+
### Example: GET, with secret token [apm-api-info-example-get-with-secret-token]
52
52
53
-
Example APM Server information request with POST, with a [Secret token](secret-token.md):
53
+
Example APM Server information request with GET, with a [Secret token](secret-token.md):
0 commit comments