get_statussheet_components
Retrieve specific components from a cloud infrastructure diagram layer by providing IDs for nodes, elements, links, or others. Targets only the needed diagram parts.
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. |