I can not find api call to refresh catalog/repository in rancher with API call. Is this function implemented? Version of rancher is v2.6.7. I can do it with rancher cli, but cli is not working for new apps, so we decided to use API calls.
Related Questions in RANCHER
- docker inspect splunkImage Container ID: Warining: cannot create \"/opt/splunk/var/log/splunk
- Increase swap memory in Rancher or Podman with Mac Apple Sillicon
- Expose service on k8 Infrastructure
- failed to solve: python:3.13.0a5: error getting credentials - err: exit status 127 - Docker
- How can I modify vcluster cpu memory and disk on Rancher?
- Rancher 1.6 port forwarding on any host forwards to host with rancher/server installed
- Cannot pull image from insecure registry using Rancher's "docker-based development deployment"
- .net 8 WEB API calling AWS aws_signing_helper and aws sts assume-role in Linux / Rancher assistance
- Rancher ERR_CONNECTION_REFUSED
- Traefik Rancher new install can't access dashboard
- Rancher Single Docker Air-Gapped with Private Registry
- Unable to upload files > 1mb in Rancher; Nginx returns 413 error code for file sizes >1mb. How to modify configuration to allow for larger uploads?
- Opentelemetry otelcol-contrib Error in logs
- Is it possible to enable communication between Rancher and EKS nodes using internal IP addresses?
- How to grant access to all the CRD's in rancher kubernetes (RKE)?
Related Questions in RANCHER-CLI
- Refresh catalog in rancher with API call
- How can I automatically determine the version of Rancher?
- Is it possible to create a Rancher Project (kind: Project) via kubectl?
- rancher CLI - rancher login and connect specific cluster
- Is there an API endpoint to get the kubeconfig file of a cluster from Rancher using its own API?
- Rancher: ranchercli switch context in script not interactively
- How can I modify vcluster cpu memory and disk on Rancher?
- Rancher - Create namespace within specific project via CLI
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
you can enable
view in apioption to view most resources through the APIIf you do this for a catalog, you will see the norman / v3 api options. For catalogs, you have the refresh
actionwhich is what you're looking for. The curl call would look something likenote that directly using the v3 api is not covered under rancher support, so use this at your own discretion.