This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello All,
I'm working on a project in which we want to get the checksums of packages from Red Hat. I am utilizing the api.access.redhat.com/management api to get a large portion of my data. I was wondering if anyone can provide me information on how I can find the total number of packages in the cset?
My call currently looks like:
# curl -H "Authorization: Bearer $token" "https://api.access.redhat.com/management/v1/packages/cset/rhel-7-server-rpms/arch/x86_64?filter=latest"
My goal is to get the total number of packages in this cset so that I can loop through my offsets to get the full list. Can someone provide me any guidance or documentation that would tell me how many packages are present in that cset?
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redhat/comm...