{ "opencollection": "1.0.0", "info": { "name": "Fleet Application Management Service Fleet Apps Management Maintenance Window API", "version": "20250228" }, "items": [ { "info": { "name": "fleetAppsManagementMaintenanceWindow", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all MaintenanceWindows in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/maintenanceWindows", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\nEmpty only if the resource OCID query param is not specified.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "timeScheduleStartGreaterThanOrEqualTo", "value": "", "type": "query", "description": "A filter to return only resources whose timeScheduleStart is greater than or equal to the provided date and time." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier or OCID for listing a single maintenance window by id.\nEither compartmentId or id must be provided.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of all the Maintenance Windows in the specified compartment.\nThe query parameter `compartmentId` is required unless the query parameter `id` is specified.\n" }, { "info": { "name": "Creates a new MaintenanceWindow", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/maintenanceWindows", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a maintenance window in Fleet Application Management.\n" }, { "info": { "name": "Get MaintenanceWindow", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/maintenanceWindows/:maintenanceWindowId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "maintenanceWindowId", "value": "", "type": "path", "description": "unique MaintenanceWindow identifier" } ] }, "docs": "Get the details for a maintenance window in Fleet Application Management." }, { "info": { "name": "Update the MaintenanceWindow identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20250228/maintenanceWindows/:maintenanceWindowId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "maintenanceWindowId", "value": "", "type": "path", "description": "unique MaintenanceWindow identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a maintenance window in Fleet Application Management." }, { "info": { "name": "Delete a maintenance window specified by an identifier", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20250228/maintenanceWindows/:maintenanceWindowId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "maintenanceWindowId", "value": "", "type": "path", "description": "unique MaintenanceWindow identifier" } ] }, "docs": "Delete a maintenance window in Fleet Application Management." } ] } ], "bundled": true }