{ "opencollection": "1.0.0", "info": { "name": "OCI Cache Oci Cache Config Set API", "version": "20220315" }, "items": [ { "info": { "name": "ociCacheConfigSet", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all OCI Cache Config Sets in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheConfigSets", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return the OCI Cache Config Set resources, whose lifecycle state matches with the given lifecycle state." }, { "name": "softwareVersion", "value": "", "type": "query", "description": "A filter to return the OCI Cache Config Set resources, whose software version matches with the given software version." }, { "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 OCI Cache Config Set 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": "Lists the OCI Cache Config Sets in the specified compartment.\n" }, { "info": { "name": "Create a new OCI Cache Config Set for the given OCI cache engine version", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheConfigSets", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new OCI Cache Config Set for the given OCI cache engine version.\n" }, { "info": { "name": "Get OciCacheConfigSet", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheConfigSets/:ociCacheConfigSetId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheConfigSetId", "value": "", "type": "path", "description": "Unique OCI Cache Config Set identifier." } ] }, "docs": "Retrieves the specified OCI Cache Config Set." }, { "info": { "name": "Update the OCI Cache Config Set for the given OCI Cache Config Set id.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220315/ociCacheConfigSets/:ociCacheConfigSetId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheConfigSetId", "value": "", "type": "path", "description": "Unique OCI Cache Config Set identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified OCI Cache Config Set." }, { "info": { "name": "Delete an existing OCI Cache Config Set", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220315/ociCacheConfigSets/:ociCacheConfigSetId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheConfigSetId", "value": "", "type": "path", "description": "Unique OCI Cache Config Set identifier." } ] }, "docs": "Deletes the specified OCI Cache Config Set." }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheConfigSets/:ociCacheConfigSetId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "ociCacheConfigSetId", "value": "", "type": "path", "description": "Unique OCI Cache Config Set identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an OCI Cache Config Set into a different compartment within the same tenancy." }, { "info": { "name": "Get a list of all clusters for a OCI Cache Config Set id.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheConfigSets/:ociCacheConfigSetId/actions/listAssociatedOciCacheClusters", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheConfigSetId", "value": "", "type": "path", "description": "Unique OCI Cache Config Set 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": "Gets a list of associated OCI Cache clusters for an OCI Cache Config Set.\n" } ] } ], "bundled": true }