action meraki_get_network_sm_bypass_activation_lock_attempt { label: "Bypass activation lock attempt status" description: "Bypass activation lock attempt status" provider: meraki method: GET path: "/networks/{networkId}/sm/bypassActivationLockAttempts/{attemptId}" encoding: json input: { type: "object" properties: { attemptId: { type: "string" } networkId: { type: "string" } } required: ["attemptId", "networkId"] additionalProperties: false } output: { type: "object" } }