Loading...
Loading...
Dynatrace API integration. Manage Organizations. Use when the user wants to interact with Dynatrace API data.
npx skill4agent add membranedev/application-skills dynatrace-apimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dynatrace-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane 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 |
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 action list --intent=QUERY