GET Certificate Store Containers ID

The GET /CertificateStoreContainers/{id} method is used to retrieve the certificate store container with the specified ID. This method returns HTTP 200 OK on a success with container details.

Tip:  The following permissions (see Security Overview) are required to use this feature:

CertificateStoreManagement: Read

Permissions for certificate stores can be set at either the global or certificate store container level. See Container Permissions in the Keyfactor Command Reference Guide for more information about global vs container permissions.

Table 287: GET Certificate Store Containers {id} Input Parameters

Name In Description
id Path

Required. A string containing the ID of the certificate store container.

Use the GET /CertificateStoreContainers method (see GET Certificate Store Containers) to retrieve a list of all the certificate store containers to determine the certificate store container ID.

Table 288: GET Certificate Stores Containers {id} Response Data

Name Description
Id An integer indicating the ID of the container.
Name A string indicating the name of the container.
Schedule

A string containing the inventory schedule set for the container. ClosedShow schedule details.

CertStoreType An integer indicating the ID of the certificate store type, as defined in Keyfactor Command, for this certificate store. (0-Javakeystore,2-PEMFile, 3-F5SSLProfiles,4-IISRoots, 5-NetScaler, 6-IISPersonal, 7-F5WebServer, 8-IISRevoked, 9-F5WebServerREST, 10-F5SSLProfilesREST, 11-F5CABundlesREST, 100-AmazonWebServices, 101-FileTransferProtocol)
CertificateStores

An array of certificate store data for the certificate stores within this container. ClosedShow certificate store details.

Tip:  For code examples, see the Keyfactor API Endpoint Utility. To find the embedded web copy of this utility, click the help icon () at the top of the Keyfactor Command Management Portal page next to the Log Out button.