Clone Dashboard
appd_clone_dashboardClone an existing AppDynamics dashboard by specifying its ID and a new name, creating an exact copy including all widgets.
Instructions
Clone an existing dashboard with a new name.
Creates an exact copy of the source dashboard (including all widgets) with the specified new name.
Args:
dashboardId (number): Source dashboard ID to clone
newName (string): Name for the cloned dashboard
Returns: The newly created dashboard with its new ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newName | Yes | Name for the cloned dashboard. | |
| dashboardId | Yes | The ID of the source dashboard to clone. |