Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 620 Bytes

dashboard_widget.md

File metadata and controls

26 lines (16 loc) · 620 Bytes

AppD Service Data source

Helper to add all needed fields to widget before using it with dashboard`resource.

Example Usage

data "appdynamics_dashboard_widget" "test" {
  json = file("./dashboards/jenkins-cicd.json")
}

Argument Reference

Name Required Type Description Example
json yes string Sample widget json {}

Output References

|widget_json|yes|string|Properly formatted widget|{}|

Note

Unfortunately AppDynamics do not share API about widgets. For samples look here.