{ "opencollection": "1.0.0", "info": { "name": "Fleet Application Management Service Fleet Apps Management Catalog API", "version": "20250228" }, "items": [ { "info": { "name": "fleetAppsManagementCatalog", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of Catalog Items in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/catalogItems", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "configSourceType", "value": "", "type": "query", "description": "The [ConfigSourceType](/definitions/CatalogItem/configSourceType) Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, URL_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.\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": "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. You can provide only one sort by. Default value for `timeCreated`\nis descending. Default order for `displayName` is ascending\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "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": "catalogListingId", "value": "", "type": "query", "description": "catalogListingId of the package. This is an integer whose min and max length are specified." }, { "name": "catalogListingVersionCriteria", "value": "", "type": "query", "description": "Parameter to list all catalog items only with latest version or list all catalog items with all versions." }, { "name": "packageType", "value": "", "type": "query", "description": "A filter to return only resources that match the given package type. The\nstate value is case-insensitive. \n" }, { "name": "shouldListPublicItems", "value": "", "type": "query", "description": "The indicator to append Public Items from the root compartment to any query, when set to TRUE." } ] }, "docs": "Gets a list of Catalog Items in a compartment.\n" }, { "info": { "name": "Creates a CatalogItem.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/catalogItems", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a CatalogItem.\n" }, { "info": { "name": "Get CatalogItem.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ] }, "docs": "Gets information about a CatalogItem." }, { "info": { "name": "Updates a CatalogItem.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a CatalogItem." }, { "info": { "name": "Deletes a CatalogItem.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ] }, "docs": "Deletes a CatalogItem." }, { "info": { "name": "Moves a CatalogItem into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a CatalogItem 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" }, { "info": { "name": "Clones a CatalogItem into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId/actions/cloneCatalogItem", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clones a CatalogItem 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" }, { "info": { "name": "Configures a CatalogItem, creating new Catalog Item", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId/actions/configure", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures a CatalogItem. Creating new Catalog Item.\n" }, { "info": { "name": "Get CatalogItem Variables Definitions.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20250228/catalogItems/:catalogItemId/variablesDefinitions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "catalogItemId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the CatalogItem." } ] }, "docs": "Gets information about a CatalogItem Variables." } ] } ], "bundled": true }