get_statussheet_components
Fetch specific components (nodes, elements, links, etc.) from a cloud diagram layer by providing their IDs, enabling targeted retrieval of infrastructure details.
Instructions
Cloud Diagrams visualize your cloud infrastructure and resource relationships. Returns the specified components of a diagram layer. Provide at least one component
type with one or more IDs in the request body (for example, node or element).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p | No | ||
| id | Yes | ||
| link | No | Link IDs to fetch. | |
| node | No | Node IDs to fetch. | |
| note | No | Note IDs to fetch. | |
| group | No | Group IDs to fetch. | |
| element | No | Element IDs to fetch. | |
| combiner | No | Combiner IDs to fetch. | |
| attachment | No | Attachment IDs to fetch. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |