{ "opencollection": "1.0.0", "info": { "name": "Fleet Application Management Service Fleet Apps Management Provision API", "version": "20250228" }, "items": [ { "info": { "name": "fleetAppsManagementProvision", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of Provisions.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/provisions", "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 that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier or OCID for listing a single provision by id.\nEither compartmentId or id must be provided.\n" }, { "name": "fleetId", "value": "", "type": "query", "description": "unique Fleet identifier" }, { "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 Provisions in the specified compartment.\nThe query parameter `compartmentId` is required unless the query parameter `id` or `fleetId` is specified.\n" }, { "info": { "name": "Creates a Provision.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/provisions", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Provision.\n" }, { "info": { "name": "Get Provision", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/provisions/:provisionId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "provisionId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the FamProvision." } ] }, "docs": "Gets information about a Provision." }, { "info": { "name": "Updates a Provision.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20250228/provisions/:provisionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "provisionId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the FamProvision." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Provision." }, { "info": { "name": "Deletes a Provision.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20250228/provisions/:provisionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "provisionId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the FamProvision." } ] }, "docs": "Deletes a Provision." }, { "info": { "name": "Moves a Provision into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/provisions/:provisionId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "provisionId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the FamProvision." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Provision into a different compartment within the same tenancy. For information about moving resources between\ncompartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" } ] } ], "bundled": true }