Difference between revisions of "Opensearch-cli curl get"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
  [[opensearch-cli curl get --help]]
 
  [[opensearch-cli curl get --help]]
  
  opensearch-cli curl get --path [[_plugins/_alerting/]]monitors/alerts --profile your_profile_name
+
  [[opensearch-cli curl]] get --path [[_cat/plugins]] [[--profile]] your_profile_name
  {"alerts":[],"totalAlerts":0}
+
  (no output)
 +
 
 +
opensearch-cli curl get --path "_cluster/health" --pretty --filter-path "status"
  
  [[opensearch-cli curl]] get --path _cat/[[plugins]] --profile your_profile_name
+
  [[opensearch-cli curl]] get --path _cat/[[plugins]] [[--profile]] your_profile_name
 
  273cf4bc19df [[opensearch-alerting]]                  1.3.1.0
 
  273cf4bc19df [[opensearch-alerting]]                  1.3.1.0
 
  273cf4bc19df opensearch-anomaly-detection        1.3.1.0
 
  273cf4bc19df opensearch-anomaly-detection        1.3.1.0
Line 16: Line 18:
 
  273cf4bc19df opensearch-ml                        1.3.1.0
 
  273cf4bc19df opensearch-ml                        1.3.1.0
 
  273cf4bc19df opensearch-observability            1.3.1.0
 
  273cf4bc19df opensearch-observability            1.3.1.0
  273cf4bc19df opensearch-performance-analyzer      1.3.1.0
+
  273cf4bc19df opensearch-[[performance-analyzer]]     1.3.1.0
 
  273cf4bc19df opensearch-reports-scheduler        1.3.1.0
 
  273cf4bc19df opensearch-reports-scheduler        1.3.1.0
 
  273cf4bc19df opensearch-security                  1.3.1.0
 
  273cf4bc19df opensearch-security                  1.3.1.0
 
  273cf4bc19df opensearch-sql                      1.3.1.0
 
  273cf4bc19df opensearch-sql                      1.3.1.0
  
 +
opensearch-cli curl get --path [[_plugins/_alerting/]]monitors/alerts --profile your_profile_name
 +
{"alerts":[],"totalAlerts":0}
  
 
+
== Related ==
 
+
* <code>[[opensearch-cli ad get]]</code>
 +
* [[Elasticsearch curl URLs]]
  
 
== See also ==
 
== See also ==

Latest revision as of 08:18, 26 May 2023

opensearch-cli curl get --help
opensearch-cli curl get --path _cat/plugins --profile your_profile_name
(no output) 
opensearch-cli curl get --path "_cluster/health" --pretty --filter-path "status"
opensearch-cli curl get --path _cat/plugins --profile your_profile_name
273cf4bc19df opensearch-alerting                  1.3.1.0
273cf4bc19df opensearch-anomaly-detection         1.3.1.0
273cf4bc19df opensearch-asynchronous-search       1.3.1.0
273cf4bc19df opensearch-cross-cluster-replication 1.3.1.0
273cf4bc19df opensearch-index-management          1.3.1.0
273cf4bc19df opensearch-job-scheduler             1.3.1.0
273cf4bc19df opensearch-knn                       1.3.1.0
273cf4bc19df opensearch-ml                        1.3.1.0
273cf4bc19df opensearch-observability             1.3.1.0
273cf4bc19df opensearch-performance-analyzer      1.3.1.0
273cf4bc19df opensearch-reports-scheduler         1.3.1.0
273cf4bc19df opensearch-security                  1.3.1.0
273cf4bc19df opensearch-sql                       1.3.1.0
opensearch-cli curl get --path _plugins/_alerting/monitors/alerts --profile your_profile_name
{"alerts":[],"totalAlerts":0}

Related[edit]

See also[edit]

Advertising: