action ix_api_pops_read { label: "pops_read" description: "Get a single point of presence" provider: ix_api method: GET path: "/pops/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }