Boomi Platform API Reference (1.0.0) - AccountCloudAttachmentSummary
The AccountCloudAttachmentSummary object lets cloud owners retrieve a list of cloud attachments for their runtime clouds. This includes attachments from the owner’s account as well as from child accounts with which the cloud is shared.
The runtime cloud created by the authenticating account must have Cloud Management privileges to access the summary of cloud attachments.
The following metadata can be retrieved using the AccountCloudAttachmentSummary object:
- Runtime ID
- Attachment Instance ID
- Attachment Account ID
- Attachment Creation Date
- Cloud Cluster ID
- Cloud ID
Retrieves an instance of an AccountCloudAttachmentSummary object
Authorizations:
path Parameters
| id required | string |
Responses
Response Schema:
| attachmentAccountId | string Read-only. Account ID for the cloud attachment. |
| attachmentCreationDate | string <date-time> Read-only. Date the attachment was created on the cloud. |
| attachmentInstanceId | string Read-only. Instance ID for the cloud attachment, which is a combination of the attachment's account ID and a system-generated suffix. |
| cloudClusterId | string Read-only. Unique ID of the cloud cluster for the attachment. |
| cloudId | string Read-only. Unique ID of the logical runtime cloud for the attachment. |
| runtimeId | string Read-only. System-generated unique identifier of the cloud attachment |
Response samples
- 200
- 403
- 410
- 503
{- "@type": "AccountCloudAttachmentSummary",
- "runtimeId": "0134a8f1-594a-479c-b535-fd8154942952",
- "attachmentInstanceId": "myaccount-A1B2C3.BJRJC2",
- "attachmentAccountId": "myaccount-A1B2C3",
- "cloudClusterId": "9cfec83c-cc54-4a36-bdac-b233e92ba7c5",
- "cloudId": "abf5efbc-8829-4deb-8e1c-f2d2a4885b15",
- "attachmentCreationDate": "2025-06-11T07:06:04Z"
}Retrieves multiple AccountCloudAttachmentSummary objects by identifier.
Authorizations:
Request Body schema: optional
Array of objects (BulkId) | |
| type | string Enum: "GET" "DELETE" "UPDATE" "CREATE" |
Responses
Response Schema:
Array of objects | |||||||||||
Array
| |||||||||||
Request samples
- Payload
{- "request": [
- {
- "id": "56789abc-def0-1234-5678-9abcdef01234"
}
], - "type": "GET"
}Response samples
- 200
- 403
- 410
- 503
{- "response": [
- {
- "Result": {
- "attachmentAccountId": "string",
- "attachmentCreationDate": "2019-08-24T14:15:22Z",
- "attachmentInstanceId": "string",
- "cloudClusterId": "string",
- "cloudId": "string",
- "runtimeId": "string"
}, - "index": 0,
- "id": "string",
- "statusCode": 0,
- "errorMessage": "string"
}
]
}Queries for an AccountCloudAttachmentSummary object(s)
Retrieves cloud attachments across all runtime clouds that were created by the authenticating account. Without applying query filters, the query returns all non-deleted cloud attachments across all cloud clusters. It is recommended to filter the results using query filters such as by cloud ID, by account ID, or by creation date.
For general information about the structure of QUERY filters, their sample payloads, and how to handle the paged results, refer to Query filters and Query paging.
Authorizations:
Request Body schema: optional
Possible properties include: runtimeId, attachmentAccountId, attachmentInstanceId, attachmentCreationDate, cloudClusterId, cloudId, clusterCloudId
required | object | ||||||||||
| |||||||||||
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string |
Array of objects (AccountCloudAttachmentSummary) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "abc-A1B2C3.ST9U8N"
], - "operator": "NOT_EQUALS",
- "property": "attachmentInstanceId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "@type": "QueryResult",
- "result": [
- {
- "@type": "AccountCloudAttachmentSummary",
- "runtimeId": "9d0904a4-475c-4120-9ba5-2ae6b918e6f9",
- "attachmentInstanceId": "abc-A1B2C3.HJKLM8",
- "attachmentAccountId": "abc-A1B2C3",
- "cloudClusterId": "9d0904a4-475c-4120-9ba5-2ae6b918e6f9",
- "cloudId": "be3f9179-dfa2-4bca-8efb-ad02ced243dd",
- "attachmentCreationDate": "2025-06-10T13:28:16Z"
}, - {
- "@type": "AccountCloudAttachmentSummary",
- "runtimeId": "7c2eaf8b-6785-4a33-a97f-6b83aa4e5fdb",
- "attachmentInstanceId": "account-J4K5L6.ST9U8N",
- "attachmentAccountId": "account-J4K5L6",
- "cloudClusterId": "025dcd38-7b06-497c-8769-0fa701f80a3c",
- "cloudId": "3ca45d71-7794-40e2-b94b-182aef8ce5c2",
- "attachmentCreationDate": "2025-07-30T07:40:55Z"
}
], - "numberOfResults": 2
}Retrieves additional results for an AccountCloudAttachmentSummary query.
Authorizations:
Request Body schema: text/plainrequired
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string |
Array of objects (AccountCloudAttachmentSummary) |
Response samples
- 200
- 403
- 410
- 503
{- "@type": "QueryResult",
- "result": [
- {
- "@type": "AccountCloudAttachmentSummary",
- "runtimeId": "9d0904a4-475c-4120-9ba5-2ae6b918e6f9",
- "attachmentInstanceId": "myaccount-YWHK01.HJKLMN",
- "attachmentAccountId": "myaccount-YWHK01",
- "cloudClusterId": "9d0904a4-475c-4120-9ba5-2ae6b918e6f9",
- "cloudId": "be3f9179-dfa2-4bca-8efb-ad02ced243dd",
- "attachmentCreationDate": "2025-06-10T13:28:16Z"
}, - {
- "@type": "AccountCloudAttachmentSummary",
- "runtimeId": "7c2eaf8b-6785-4a33-a97f-6b83aa4e5fdb",
- "attachmentInstanceId": "account-J4K5L6.ST9U8N",
- "attachmentAccountId": "account-J4K5L6",
- "cloudClusterId": "025dcd38-7b06-497c-8769-0fa701f80a3c",
- "cloudId": "3ca45d71-7794-40e2-b94b-182aef8ce5c2",
- "attachmentCreationDate": "2025-07-30T07:40:55Z"
}
], - "numberOfResults": 2
}