action solarvps_get_pods_pod_id { label: "View information on a specific pod" description: "Shows details of a specific pod. Enter 1 below to see an example" provider: solarvps method: GET path: "/pods/{podId}" encoding: json input: { type: "object" properties: { podId: { type: "string" } } required: ["podId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }