A newer version is available. For the latest information, see the
current release documentation.
List Commentsedit
Retrieves all the comments for a given Resource, in reverse modified time order.
Requestedit
GET /api/v1/comments/{resource_type}/{resource_id}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
Id of the Resource that a Comment belongs to. |
|
|
Y |
The kind of Resource that a Comment belongs to. Should be one of [elasticsearch, kibana, apm, appsearch, enterprisesearch, sitesearch, allocator, constructor, runner, proxy]. |
Responsesedit
-
200
-
(
CommentsWithMetas
) The Comments
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/comments/{resource_type}/{resource_id} \ -H "Authorization: ApiKey $ECE_API_KEY"