Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search dynatrace-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search dynatrace-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Audit Logs | list-audit-logs | Lists audit log entries for configuration and security audit trail |
| Delete Entity Tags | delete-entity-tags | Removes custom tags from monitored entities |
| Add Entity Tags | add-entity-tags | Adds custom tags to monitored entities |
| Query Metrics | query-metrics | Queries metric data points for specified metrics within a timeframe |
| List Metrics | list-metrics | Lists all available metrics in the Dynatrace environment |
| List Entity Types | list-entity-types | Lists all available entity types in the Dynatrace environment |
| Get Entity | get-entity | Gets detailed information about a specific monitored entity by its ID |
| List Entities | list-entities | Lists monitored entities (hosts, services, applications, etc.) in your Dynatrace environment |
| List Event Types | list-event-types | Lists all available event types in Dynatrace |
| Ingest Event | ingest-event | Ingests a custom event to Dynatrace for monitoring and alerting |
| List Events | list-events | Lists events that occurred within a specified timeframe |
| Add Problem Comment | add-problem-comment | Adds a comment to a specified problem |
| Close Problem | close-problem | Closes a specified problem with an optional closing comment |
| Get Problem | get-problem | Gets detailed information about a specific problem by its ID |
| List Problems | list-problems | Lists problems observed by Dynatrace during a specified timeframe |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出审计日志 | list-audit-logs | 列出配置和安全审计跟踪的审计日志条目 |
| 删除实体标签 | delete-entity-tags | 从被监控实体中移除自定义标签 |
| 添加实体标签 | add-entity-tags | 为被监控实体添加自定义标签 |
| 查询指标 | query-metrics | 查询指定时间范围内指定指标的指标数据点 |
| 列出指标 | list-metrics | 列出 Dynatrace 环境中所有可用的指标 |
| 列出实体类型 | list-entity-types | 列出 Dynatrace 环境中所有可用的实体类型 |
| 获取实体 | get-entity | 通过 ID 获取指定被监控实体的详细信息 |
| 列出实体 | list-entities | 列出你的 Dynatrace 环境中的被监控实体(主机、服务、应用等) |
| 列出事件类型 | list-event-types | 列出 Dynatrace 中所有可用的事件类型 |
| 上报事件 | ingest-event | 将自定义事件上报到 Dynatrace 用于监控和告警 |
| 列出事件 | list-events | 列出指定时间范围内发生的事件 |
| 添加问题评论 | add-problem-comment | 为指定问题添加评论 |
| 关闭问题 | close-problem | 关闭指定问题,可选择添加关闭评论 |
| 获取问题 | get-problem | 通过 ID 获取指定问题的详细信息 |
| 列出问题 | list-problems | 列出 Dynatrace 在指定时间范围内观测到的问题 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP 请求方法(GET、POST、PUT、PATCH、DELETE),默认值为 GET |
| 添加请求头(可重复添加),例如 |
| 请求体(字符串类型) |
| 发送 JSON 请求体并设置 |
| 按原样发送请求体,不做任何处理 |
| 查询字符串参数(可重复添加),例如 |
| 路径参数(可重复添加),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY