action appcenter_code_push_acquisition_get_acquisition_status { label: "codePushAcquisition_getAcquisitionStatus" description: "Returns the acquisition service status to the caller" provider: appcenter method: GET path: "/v0.1/public/codepush/status" encoding: json output: { required: ["code", "message"] properties: { code: { type: "string" description: "The code indicating the status" } message: { type: "string" description: "The message indicating the status" } } } }