{ "opencollection": "1.0.0", "info": { "name": "OCI Cache Oci Cache User API", "version": "20220315" }, "items": [ { "info": { "name": "ociCacheUser", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all OCI cache users based on the supplied parameters.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheUsers", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return the resources that match with the given OCI cache user name." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return the resources, whose lifecycleState matches with the given lifecycleState." }, { "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 users based on the supplied parameters." }, { "info": { "name": "Creates a new OCI Cache User.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheUsers", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new OCI Cache user. OCI Cache user is required to authenticate to OCI Cache cluster." }, { "info": { "name": "Get an existing OCI Cache User for the given ID (OCID).", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220315/ociCacheUsers/:ociCacheUserId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheUserId", "value": "", "type": "path", "description": "A filter to return only resources, that match with the given OCI cache user ID (OCID)." } ] }, "docs": "Get an existing OCI Cache users based on the ID (OCID)." }, { "info": { "name": "Update an existing OCI Cache User with supplied parameters.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220315/ociCacheUsers/:ociCacheUserId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheUserId", "value": "", "type": "path", "description": "A filter to return only resources, that match with the given OCI cache user ID (OCID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing OCI Cache User with new details." }, { "info": { "name": "Delete an existing OCI cache user based on the ID.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220315/ociCacheUsers/:ociCacheUserId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheUserId", "value": "", "type": "path", "description": "A filter to return only resources, that match with the given OCI cache user ID (OCID)." } ] }, "docs": "Deletes an existing OCI Cache User based on the OCI cache user unique ID (OCID)." }, { "info": { "name": "Moves an OCI cache user from one compartment to another compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheUsers/:ociCacheUserId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheUserId", "value": "", "type": "path", "description": "A filter to return only resources, that match with the given OCI cache user ID (OCID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an OCI Cache User from one compartment to another within the same tenancy." }, { "info": { "name": "List associated redis cluster for an OCI cache user.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220315/ociCacheUsers/:ociCacheUserId/actions/getRedisClusters", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "ociCacheUserId", "value": "", "type": "path", "description": "A filter to return only resources, that match with the given OCI cache user ID (OCID)." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "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": "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 redis cluster for an OCI cache user." } ] } ], "bundled": true }