List backups and restores for each node in a given cluster, for the last 7 days.
{- "clusterDataCentres": [
- {
- "id": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "name": "AWS_VPC_US_EAST_1",
- "nodes": [
- {
- "events": [
- {
- "end": 1510585212265,
- "progress": 0.5,
- "start": 1510585212265,
- "state": "ACTIVE",
- "type": "snapshot-upload"
}
], - "id": "cb986e08-f6be-4d08-8de2-4352c2cfaf1f",
- "privateAddress": "10.0.0.1",
- "publicAddress": "50.0.0.1"
}
]
}
], - "id": "77b5a4e1-c422-4a78-b551-d8fa5c42ad95",
- "name": "example-cluster"
}
Successfully retrieved compatible node sizes for OpenSearch.
[- {
- "cloudProviderNodeSizes": [
- {
- "nodeSizes": [
- "m5xl-400-v2",
- "r5xl-2000-v2"
], - "cloudProvider": "AWS_VPC",
- "document": "string"
}
]
}
]
Successfully retrieved versions of applications compatible with a Opensearch version
[- {
- "compatibleVersions": [
- {
- "compatibleApplicationGroup": [
- {
- "application": "[APPLICATION]",
- "version": "1.0.0"
}
]
}
]
}
]
Successfully retrieved versions of OpenSearch.
[- {
- "applicationVersions": [
- {
- "application": "[APPLICATION]",
- "versions": [
- "1.0.0",
- "1.0.1"
]
}
]
}
]
OpenSearch cluster certificates are returned as a .zip file. The file contains an X.509 cluster Certificate Authority certificate in JKS file, an X.509 cluster Certificate Authority certificate in PEM-encoded (ASCII) format, and an X.509 cluster Certificate Authority certificate in DER-encoded (binary) format.
Successfully create the OpenSearch cluster's certificate
OpenSearch Cluster Restore requested
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "indexNames": "test1,test2",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "indexNames": "test1,test2",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}
Array of objects (OpenSearchDataNodeV2) <= 1 items List of data node settings. | |
opensearchVersion | string([0-9]+\.){2}[0-9]+ Version of OpenSearch to run on the cluster. Must be provided if
|
searchableSnapshots | boolean Enable searchable snapshots. Available only for OpenSearch versions 2.7.0 or higher. |
asynchronousSearchPlugin | boolean Enable asynchronous search plugin |
description | string A description of the cluster |
knnPlugin | boolean Enable the k-NN plugin |
Array of objects (OpenSearchDashboardV2) <= 1 items List of openSearch dashboards settings | |
reportingPlugin | boolean Enable reporting plugin |
sqlPlugin | boolean Enable sql plugin |
notificationsPlugin | boolean Enable notifications plugin |
currentClusterOperationStatus | string (CurrentClusterOperationStatusV2) Indicates if the cluster is currently performing any restructuring operation such as being created or resized |
anomalyDetectionPlugin | boolean Enable anomaly detection plugin |
loadBalancer | boolean Enable Load Balancer |
privateNetworkCluster required | boolean Creates the cluster with private network only, see Private Network Clusters. |
bundledUseOnly | boolean Provision this cluster for Bundled Use only. |
Array of objects (ResizeSettingsV2) <= 1 items Settings to determine how resize requests will be performed for the cluster. | |
slaTier required | string (SlaTierV2) SLA Tier of the cluster. Non-production clusters may receive lower priority support and reduced SLAs. Production tier is not available when using Developer class nodes. See SLA Tier for more information. |
pciComplianceMode required | boolean Creates a PCI compliant cluster, see PCI Compliance. |
icuPlugin | boolean Enable icu plugin |
Array of objects (TwoFactorDeleteSettingsV2) <= 1 items | |
opensearchMajorVersion | integer [ 1 .. 2 ] Major version of OpenSearch to run on the cluster. Must be provided if |
required | Array of objects (OpenSearchDataCentreV2) = 1 items List of data centre settings. |
Array of objects (OpenSearchIngestNodeV2) <= 1 items Ingest nodes settings. | |
name required | string [ 3 .. 48 ] characters [a-zA-Z0-9][a-zA-Z0-9_-]* Name of the cluster. |
required | Array of objects (OpenSearchClusterManagerNodeV2) = 1 items List of cluster managers node settings |
indexManagementPlugin | boolean Enable index management plugin |
alertingPlugin | boolean Enable alerting plugin |
OpenSearch Cluster provisioning requested.
{- "alertingPlugin": false,
- "anomalyDetectionPlugin": false,
- "asynchronousSearchPlugin": false,
- "clusterManagerNodes": [
- {
- "dedicatedManager": true,
- "nodeSize": "SRH-DM-DEV-t4g.small-5"
}
], - "dataCentres": [
- {
- "cloudProvider": "AWS_VPC",
- "name": "AWS_VPC_US_EAST_1",
- "network": "10.0.0.0/16",
- "numberOfRacks": 3,
- "privateLink": false,
- "region": "US_EAST_1"
}
], - "dataNodes": [
- {
- "nodeCount": 3,
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "icuPlugin": false,
- "indexManagementPlugin": true,
- "knnPlugin": false,
- "loadBalancer": false,
- "name": "OpenSearch_Cluster_V2",
- "notificationsPlugin": false,
- "opensearchDashboards": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "opensearchVersion": "2.7.0",
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "reportingPlugin": false,
- "slaTier": "NON_PRODUCTION",
- "sqlPlugin": false
}
{- "alertingPlugin": false,
- "anomalyDetectionPlugin": false,
- "asynchronousSearchPlugin": false,
- "clusterManagerNodes": [
- {
- "dedicatedManager": true,
- "nodeSize": "SRH-DM-DEV-t4g.small-5"
}
], - "dataCentres": [
- {
- "cloudProvider": "AWS_VPC",
- "name": "AWS_VPC_US_EAST_1",
- "network": "10.0.0.0/16",
- "numberOfRacks": 3,
- "privateLink": false,
- "region": "US_EAST_1"
}
], - "dataNodes": [
- {
- "nodeCount": 3,
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "icuPlugin": false,
- "indexManagementPlugin": true,
- "knnPlugin": false,
- "loadBalancer": false,
- "name": "OpenSearch_Cluster_V2",
- "notificationsPlugin": false,
- "opensearchDashboards": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "opensearchVersion": "2.7.0",
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "reportingPlugin": false,
- "slaTier": "NON_PRODUCTION",
- "sqlPlugin": false
}
OpenSearch cluster details retrieved.
{- "alertingPlugin": false,
- "anomalyDetectionPlugin": false,
- "asynchronousSearchPlugin": false,
- "clusterManagerNodes": [
- {
- "dedicatedManager": true,
- "nodeSize": "SRH-DM-DEV-t4g.small-5"
}
], - "dataCentres": [
- {
- "cloudProvider": "AWS_VPC",
- "name": "AWS_VPC_US_EAST_1",
- "network": "10.0.0.0/16",
- "numberOfRacks": 3,
- "privateLink": false,
- "region": "US_EAST_1"
}
], - "dataNodes": [
- {
- "nodeCount": 3,
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "icuPlugin": false,
- "indexManagementPlugin": true,
- "knnPlugin": false,
- "loadBalancer": false,
- "name": "OpenSearch_Cluster_V2",
- "notificationsPlugin": false,
- "opensearchDashboards": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "opensearchVersion": "2.7.0",
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "reportingPlugin": false,
- "slaTier": "NON_PRODUCTION",
- "sqlPlugin": false
}
OpenSearch cluster update request accepted.
OpenSearch cluster not found.
{- "dataNodes": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5",
- "nodeCount": 3
}
], - "ingestNodes": [
- {
- "nodeSize": "string",
- "nodeCount": 3
}
], - "clusterManagerNodes": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5",
- "dedicatedManager": true
}
], - "description": "Cluster managed by the integration team.",
- "twoFactorDelete": [
- {
- "confirmationPhoneNumber": "string",
- "confirmationEmail": "string"
}
], - "resizeSettings": [
- {
- "notifySupportContacts": true,
- "concurrency": 0
}
], - "opensearchDashboards": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5",
- "oidcProvider": "OIDC provider examples",
- "version": "opensearch-dashboards:2.7.0"
}
]
}
{- "alertingPlugin": false,
- "anomalyDetectionPlugin": false,
- "asynchronousSearchPlugin": false,
- "clusterManagerNodes": [
- {
- "dedicatedManager": true,
- "nodeSize": "SRH-DM-DEV-t4g.small-5"
}
], - "dataCentres": [
- {
- "cloudProvider": "AWS_VPC",
- "name": "AWS_VPC_US_EAST_1",
- "network": "10.0.0.0/16",
- "numberOfRacks": 3,
- "privateLink": false,
- "region": "US_EAST_1"
}
], - "dataNodes": [
- {
- "nodeCount": 3,
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "icuPlugin": false,
- "indexManagementPlugin": true,
- "knnPlugin": false,
- "loadBalancer": false,
- "name": "OpenSearch_Cluster_V2",
- "notificationsPlugin": false,
- "opensearchDashboards": [
- {
- "nodeSize": "SRH-DEV-t4g.small-5"
}
], - "opensearchVersion": "2.7.0",
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "reportingPlugin": false,
- "slaTier": "NON_PRODUCTION",
- "sqlPlugin": false
}