action windows_job_schedule_get { label: "JobSchedule_Get" description: "Gets information about the specified job schedule." provider: windows method: GET path: "/jobschedules/{jobScheduleId}" encoding: json input: { type: "object" properties: { "$expand": { type: "string" } "$select": { type: "string" } "If-Match": { type: "string" } "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } "If-Unmodified-Since": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } jobScheduleId: { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobScheduleId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }