action getsandbox_get_sandboxes_activity { label: "searchActivity" description: "" provider: getsandbox method: GET path: "/1/activity/search" encoding: json input: { type: "object" properties: { allTypes: { type: "string" } fromTimestamp: { type: "string" } keyword: { type: "string" } maxResults: { type: "string" } sourceSandboxes: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }