GET Enrollment Patterns ID Metadata
The GET /EnrollmentPatterns/{id}/Metadata Metadata provides information about a piece of data. It is used to summarize basic information about data, which can make working with the data easier. In Keyfactor Command, the certificate metadata feature allows you to create custom metadata fields that allow you to tag certificates with tracking information about certificates. method retrieves the metadata values for a specified enrollment
Certificate enrollment refers to the process by which a user requests a digital certificate. The user must submit the request to a certificate authority (CA). pattern. These settings are determined by combining system-wide metadata defaults with template
A certificate template defines the policies and rules that a CA uses when a request for a certificate is received.-level default values and values configured for the specified enrollment pattern. This method returns HTTP 200 OK on a success with details of the derived metadata default values. The response is determined as follows:
-
Enrollment pattern metadata default exists: The enrollment pattern value is returned in the response.
-
Template-level metadata default exists and enrollment pattern value is unset: The template-level default value is returned in the response.
-
Neither template nor enrollment pattern has a default value defined: The corresponding system-wide default value, if defined, is returned in the response.
Table 485: GET Enrollment Patterns {id} Metadata Input Parameters
Name | Description |
---|---|
id |
An integer indicating the Keyfactor Command reference ID for the enrollment pattern. Use the GET /EnrollmentPatterns method (see GET Enrollment Patterns) to retrieve a list of all the enrollment patterns to determine the enrollment pattern ID. |
Table 486: GET Enrollment Patterns {id} Metadata Response Data
Name | Description |
---|---|
n/a |
An array of objects containing the metadata values resolved for the enrollment pattern. |



Was this page helpful? Provide Feedback