TargetElasticsearchClusteredit

Information about the specified Elasticsearch cluster.

Propertiesedit

elasticsearch_id (string, required)
The Elasticsearch cluster Id
links (map[string,Hyperlink])
A map of application-specific operations (which map to 'operationId's in the Swagger API) to metadata about that operation

Exampleedit

{
   "elasticsearch_id" : "string",
   "links" : {
      "some_property" : {
         "need_elevated_permissions" : true
      }
   }
}