PipedreamHQ / PipedreamHQ/pipedream
[Components] elastic_cloud
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# elastic_cloud
## URLs
- https://www.elastic.co/docs/api/doc/elasticsearch/v8
## Webhook Sources
### new-deployment-instant
#### Description
Emit new event when a deployment is created in Elastic Cloud. Users can specify the deployment type and region as optional filters.
### new-cluster-alert-instant
#### Description
Emit new event when a cluster generates an alert. Users can filter by severity level and cluster ID.
### new-snapshot-completed-instant
#### Description
Emit new event when a cluster snapshot completes successfully. Users can specify a deployment ID to monitor specific snapshots.
## Actions
### create-deployment
#### Description
Create a new deployment in Elastic Cloud. Users must provide a deployment name, region, and instance configuration.
### restart-deployment
#### Description
Restart an existing deployment in Elastic Cloud. Users must specify the deployment ID.
### restore-snapshot
#### Description
Restore a cluster snapshot in Elastic Cloud. Users must specify the deployment ID and snapshot name.
Contributor guide
Assessment
This issue has not been assessed yet.