action getsandbox_get_sandbox { label: "getSandbox" description: "" provider: getsandbox method: GET path: "/1/sandboxes/{sandboxName}" encoding: json input: { type: "object" properties: { sandboxName: { type: "string" } } required: ["sandboxName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }