The incorrect amount of Certificate Consumers are shown in the Certificate Library view of the VMware Cloud Director Portal
book
Article ID: 379160
calendar_today
Updated On:
Products
VMware Cloud Director
Show More
Show Less
Issue/Introduction
Certificate Library in VMware Cloud Director Provider portal shows the wrong Certificate Consumers number.
Certificate Consumers number only reports 25 consumers while the there are more than 25 consumers for the certificate.
Environment
VMware Cloud Director 10.5.x
Resolution
This is a known issue affecting VMware Cloud Director 10.5.
Currently, there is no resolution.
WORKAROUND
The Certificate Consumers number can be checked via API explorer as below:
Open the API explorer for the provider going to the link below:https://cloud.example.com/api-explorer/provider
In the page find the API "GET /1.0.0/ssl/certificateLibrary"
under the certificateLibrary section
Click on the API call
Click Try it out
Click Execute
In the response body identify the alias of the certificate for which you need to review the number of consumer and make note on the id as reported in the example below:"id": "urn:vcloud:certificateLibraryItem:########-####-####-####-########6c39"
In the API explorer page find the API "GET /1.0.0/ssl/certificateLibrary/{certLibraryItemId}/consumers"
under the certificateLibrary section
Click on the API call
Click Try it out
Edit the pageSize number giving a number higher than 25
Enter the certLibraryItemId of the certificate you want to review from step 4, example reported below:urn:vcloud:certificateLibraryItem:########-####-####-####-########6c39
Click Execute
Review the certificate consumers in the response
Feedback
thumb_up
Yes
thumb_down
No