The incorrect amount of Certificate Consumers are shown in the Certificate Library view of the VMware Cloud Director Portal
search cancel

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

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:

  1. Open the API explorer for the provider going to the link below:
    https://cloud.example.com/api-explorer/provider
  2. In the page find the API "GET /1.0.0/ssl/certificateLibrary" under the certificateLibrary section
  3. Click on the API call
  4. Click Try it out
  5. Click Execute
  6. 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"

  7. In the API explorer page find the API "GET /1.0.0/ssl/certificateLibrary/{certLibraryItemId}/consumers" under the certificateLibrary section
  8. Click on the API call
  9. Click Try it out
  10. Edit the pageSize number giving a number higher than 25 
  11. Enter the certLibraryItemId of the certificate you want to review from step 4, example reported below:

    urn:vcloud:certificateLibraryItem:########-####-####-####-########6c39

  12. Click Execute
  13. Review the certificate consumers in the response