PUT Certificate Collection Ordering
The PUT /CertificateCollection/CollectionOrdering method takes an input of an array of collection
The certificate search function allows you to query the Keyfactor Command database for certificates from any available source based on any criteria of the certificates and save the results as a collection that will be availble in other places in the Management Portal (e.g. expiration alerts and certain reports). IDs in the desired Navigator
The Navigator is the Keyfactor Command left-hand (newer versions) or top (older versions) navigation menu. Certificate collections and reports can be configured to be added to the menu using user-defined Show in Navigator settings. display order and replaces the CollectionOrder value in the database for the affected collections to match the new order. This method returns HTTP 200 OK on a success with the collection IDs.
Table 401: PUT Certificate Collection Ordering Input Data
| Name | Description |
|---|---|
| Id | Keyfactor Command reference ID of the certificate collection(s) in an array representing the desired Navigator display order. There are no limits to how many collections can be in the request. All collection IDs must be unique in the request and all collections must exist. |
Table 402: PUT Certificate Collection Ordering Response Data
| Name | Description |
|---|---|
| Id | Keyfactor Command reference ID of the certificate collection(s) in an array matching the desired Navigator display order from the input. |
Was this page helpful? Provide Feedback