action ix_api_network_service_change_request_read { label: "network_service_change_request_read" description: "Get the change request." provider: ix_api method: GET path: "/network-services/{id}/change-request" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }