Retrieve a request template
Retrieve the template to fulfill a specific request. The template indicates the required element to include when submitting a new request
The request on which to return the template
|
workflow
string
requiredThe workflow for which to return the template.
Value
enroll
|
||
|
module
string
requiredThe module for which to return the template.
Value
webra
|
||
|
profile
string | null (Certificate profile)
The profile for which to return the template. |
||
|
template
object
An optional CSR can be given to pre-fill the template |
||
|
||
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
||
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
||
|
workflow
string
requiredThe workflow for which to return the template.
Value
revoke
|
|
profile
string (Certificate profile)
The profile for which to return the template. |
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
|
module
string
The request module |
|
workflow
string
requiredThe workflow for which to return the template.
Value
update
|
|
profile
string | null (Certificate profile)
The profile for which to return the template. |
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
|
module
string
The request module |
|
workflow
string
requiredThe workflow for which to return the template.
Value
recover
|
|
profile
string (Certificate profile)
requiredThe profile for which to return the template. |
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
|
module
string
The request module |
|
workflow
string
requiredThe workflow for which to return the template.
Value
migrate
|
|
profile
string (Certificate profile)
requiredThe profile for which to return the template. |
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
|
module
string
The request module |
|
module
string
requiredThe request module
Value
webra
|
|
workflow
string
requiredThe workflow for which to return the template.
Value
renew
|
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
|
profile
string (Certificate profile)
The profile for which to return the template. |
|
workflow
string
requiredThe workflow for which to return the template.
Value
import
|
||
|
profile
string (Certificate profile)
requiredThe profile for which to return the template. |
||
|
template
object
Test whether the private key can be imported on the certificate |
||
|
||
|
certificateId
string | null (Horizon certificate ID)
Used to pre-fill the template field with the certificate values. |
||
|
certificatePem
string | null (Certificate pem)
Used to pre-fill the template field with the certificate values. |
||
|
module
string
The request module |
||
|
workflow
string
requiredThe workflow for which to return the template.
Value
enroll
|
|
module
string
requiredThe module for which to return the template.
Value
est
|
|
profile
string (Certificate profile)
requiredThe profile for which to return the template. |
|
workflow
string
requiredThe workflow for which to return the template.
Value
enroll
|
|
module
string
requiredThe module for which to return the template.
Enum
scep
jamf
|
|
profile
string (Certificate profile)
requiredThe profile for which to return the template. |
-
200 The request including the template
application/jsonworkflowstring requiredThe request workflow
Valueenrollmodulestring requiredThe module for which to return the template.
Valuewebraprofilestring (Certificate profile) requiredThe profile for which to return the template.
templateobject (WebRA Enroll Request Template) requiredThe template with the constraint set on the profile
capabilitiesobject | null (Certificate profile crypto policy)Describes how certificates will be enrolled on this profile
centralizedboolean | nullWhether this profile supports centralized enrollment
decentralizedboolean | nullWhether this profile supports decentralized enrollment
defaultKeyTypestring | null (Keytype)Default key type used for centralized enrollment
authorizedKeyTypesarray of string | null (Keytype)List of authorized key types for enrollment
preferredEnrollmentModestring | nullIf both centralized and decentralized enrollment are supported, this is the preferred mode
Enumcentralizeddecentralizedescrowboolean | nullWhether this profile will escrow the certificate private keys
p12passwordPolicystring | nullPassword policy for the P12 file
p12passwordModestring | nullWhether the user will be required to input their PKCS#12 password upon enrollment
Enumrandommanualp12storeEncryptionTypestring | nullEncryption type for the P12 file
showP12PasswordOnEnrollboolean | nullWhether the PKCS#12 password will be displayed to the user upon enrollment
showP12OnEnrollboolean | nullWhether the PKCS#12 file will be displayed to the user upon enrollment
showP12PasswordOnRecoverboolean | nullWhether the PKCS#12 password will be displayed to the user upon recovery
showP12OnRecoverboolean | nullWhether the PKCS#12 file will be displayed to the user upon recovery
passwordPolicyobject | null (Password Policy)The password policy that will be used to generate the certificate's PKCS#12 password
namestring requiredThe name of the password policy
minCharinteger requiredThe minimum number of characters of the password
maxCharinteger | nullThe maximum number of characters of the password
minUpCharinteger | nullThe minimum number of uppercase characters of the password
minLoCharinteger | nullThe minimum number of lowercase characters of the password
minDiCharinteger | nullThe minimum number of digits of the password
spCharstring | nullThe special characters of the password accepted by the password policy
minSpCharinteger | nullThe minimum number of special characters of the password
subjectarray of objects | null (IndexedDNElement)List of DN elements that will be used to build the certificate's Distinguished Name
Array [
elementstring requiredThe element type and index. Indexes start at 1! Available elements are: cn, e, ou, st, l, o, c, dc, uid, serialNumber, surname, givenName, unstructuredAddress, unstructuredName, organizationIdentifier, uniqueIdentifier, street, description, t
valuestring | nullThe element value
]
sansarray of objects | null (SAN Element)List of SAN elements that will be used to build the certificate's Subject Alternative Name
Array [
typestring | null requiredSAN type
EnumRFC822NAMEDNSNAMEURIIPADDRESSOTHERNAME_UPNOTHERNAME_GUIDREGISTERED_IDvaluearray of string | nullSAN value
]
extensionsarray of objects | null (Certificate Extension)Information about the certificate's extensions and how to edit them
Array [
typestring requiredThe type of the extension element
Enumms_sidms_templatevaluestring | nullThe value of the extension element
]
labelsarray of objects | null (Label)List of labels used internally to tag and group certificates
Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
contactEmailobject | null (Contact email)Information about the certificate's contact email and how to edit it
valuestring | nullThe contact email
ownerobject | null (Certificate Owner)Information about the certificate's owner and how to edit it
valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)Information about the certificate's team and how to edit it
valuestring | nullThe value of the team element. This should be a team identifier
metadataarray of objects | null (Certificate Metadata)The technical metadata for this certificate
Array [
metadatastring requiredTechnical metadata related to the certificate
Enumpki_connectorprevious_certificate_idrenewed_certificate_idautomation_policygs_order_idmetapki_iddigicert_identrust_idscep_transidfcms_idgsatlas_idcerteurope_iddigicert_order_idvaluestring | nullThe value of the metadata element
]
workflowstring requiredThe request workflow
Valuerevokemodulestring (Module) requiredThe module on which the certificate will be revoked.
Enumwebraestscepacmecrmpacme-externalintunejamfintunepkcsprofilestring (Certificate profile) requiredThe profile for which to return the template.
templateobject (WebRA Revoke Request Template) requiredThe reason for revoking the certificate
revocationReasonstring | null (Revocation Reason)One of: unspecified, keycompromise, cacompromise, affiliationchange, superseded, cessationofoperation
workflowstring requiredThe request workflow
Valueupdatemodulestring (Module) requiredThe module of the certificate to update.
Enumwebraestscepacmecrmpacme-externalintunejamfintunepkcsprofilestring (Certificate profile) requiredThe profile for which to return the template.
templateobject (WebRA Update Request Template) requiredThe template with the constraint set on the profile
labelsarray of objects | null (Label)Information about the certificate's labels and how to edit them
Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
metadataarray of objects | null (Certificate Metadata)Information about the certificate's metadata and how to edit them
Array [
metadatastring requiredTechnical metadata related to the certificate
Enumpki_connectorprevious_certificate_idrenewed_certificate_idautomation_policygs_order_idmetapki_iddigicert_identrust_idscep_transidfcms_idgsatlas_idcerteurope_iddigicert_order_idvaluestring | nullThe value of the metadata element
]
ownerobject | null (Certificate Owner)Information about the certificate's owner and how to edit it
valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)Information about the certificate's team and how to edit it
valuestring | nullThe value of the team element. This should be a team identifier
contactEmailobject | null (Contact email)Information about the certificate's contact email and how to edit it
valuestring | nullThe contact email
workflowstring requiredThe request workflow
Valuerecovermodulestring (Module) requiredThe module of the profile.
Enumwebraestscepacmecrmpacme-externalintunejamfintunepkcstemplateobject (WebRA Recover Request Template) requiredThe cryptography policy applied during the recovery of a certificate
passwordModestring | nullThe password mode of the certificate
EnumrandommanualpasswordPolicyobject | null (Password Policy)The selected password policy for this profile. If none is defined and the password mode is manual, there is no constraint on the password. In random mode, the Horizon-Default policy is used
namestring requiredThe name of the password policy
minCharinteger requiredThe minimum number of characters of the password
maxCharinteger | nullThe maximum number of characters of the password
minUpCharinteger | nullThe minimum number of uppercase characters of the password
minLoCharinteger | nullThe minimum number of lowercase characters of the password
minDiCharinteger | nullThe minimum number of digits of the password
spCharstring | nullThe special characters of the password accepted by the password policy
minSpCharinteger | nullThe minimum number of special characters of the password
workflowstring requiredThe request workflow
Valuemigratemodulestring (Module) requiredThe module for which to return the template.
Enumwebraestscepacmecrmpacme-externalintunejamfintunepkcsprofilestring (Certificate profile) requiredThe profile for which to return the template.
templateobject (WebRA Migrate Request Template) requiredThe template with the constraint set on the profile
labelsarray of objects | null (Label)Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
ownerobject | null (Certificate Owner)valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)valuestring | nullThe value of the team element. This should be a team identifier
metadataarray of objects | null (Certificate Metadata)Array [
metadatastring requiredTechnical metadata related to the certificate
Enumpki_connectorprevious_certificate_idrenewed_certificate_idautomation_policygs_order_idmetapki_iddigicert_identrust_idscep_transidfcms_idgsatlas_idcerteurope_iddigicert_order_idvaluestring | nullThe value of the metadata element
]
contactEmailobject | null (Contact email)valuestring | nullThe contact email
workflowstring requiredThe request workflow
Valuerenewmodulestring requiredThe module for which to return the template.
Valuewebratemplateobject (WebRA Renew Request Template) requiredThe cryptography policy applied during the renewal of a certificate
capabilitiesobject | null (Certificate profile crypto policy)Describes how certificates will be enrolled on this profile
centralizedboolean | nullWhether this profile supports centralized enrollment
decentralizedboolean | nullWhether this profile supports decentralized enrollment
defaultKeyTypestring | null (Keytype)Default key type used for centralized enrollment
authorizedKeyTypesarray of string | null (Keytype)List of authorized key types for enrollment
preferredEnrollmentModestring | nullIf both centralized and decentralized enrollment are supported, this is the preferred mode
Enumcentralizeddecentralizedescrowboolean | nullWhether this profile will escrow the certificate private keys
p12passwordPolicystring | nullPassword policy for the P12 file
p12passwordModestring | nullWhether the user will be required to input their PKCS#12 password upon enrollment
Enumrandommanualp12storeEncryptionTypestring | nullEncryption type for the P12 file
showP12PasswordOnEnrollboolean | nullWhether the PKCS#12 password will be displayed to the user upon enrollment
showP12OnEnrollboolean | nullWhether the PKCS#12 file will be displayed to the user upon enrollment
showP12PasswordOnRecoverboolean | nullWhether the PKCS#12 password will be displayed to the user upon recovery
showP12OnRecoverboolean | nullWhether the PKCS#12 file will be displayed to the user upon recovery
passwordPolicyobject | null (Password Policy)The password policy that will be used to generate the certificate's PKCS#12 password
namestring requiredThe name of the password policy
minCharinteger requiredThe minimum number of characters of the password
maxCharinteger | nullThe maximum number of characters of the password
minUpCharinteger | nullThe minimum number of uppercase characters of the password
minLoCharinteger | nullThe minimum number of lowercase characters of the password
minDiCharinteger | nullThe minimum number of digits of the password
spCharstring | nullThe special characters of the password accepted by the password policy
minSpCharinteger | nullThe minimum number of special characters of the password
workflowstring requiredThe request workflow
Valueimportmodulestring requiredThe module for which to return the template.
profilestring (Certificate profile) requiredThe profile for which to return the template.
templateobject (WebRA Import Request Template) requiredThe template with the constraint set on the profile
ownerobject | null (Certificate Owner)The owner for this certificate
valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)The team for this certificate
valuestring | nullThe value of the team element. This should be a team identifier
contactEmailobject | null (Contact email)The contact email for this certificate
valuestring | nullThe contact email
labelsarray of objects | null (Label)The labels for this certificate
Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
metadataarray of objects | null (Certificate Metadata)The technical metadata for this certificate
Array [
metadatastring requiredTechnical metadata related to the certificate
Enumpki_connectorprevious_certificate_idrenewed_certificate_idautomation_policygs_order_idmetapki_iddigicert_identrust_idscep_transidfcms_idgsatlas_idcerteurope_iddigicert_order_idvaluestring | nullThe value of the metadata element
]
thirdPartyDataarray of objects | null (ThirdPartyItem)The third party data associated with the certificate
Array [
connectorstring requiredThe third party connector name on which this certificate is synchronized
idstring requiredThe Id of this certificate on the third party
fingerprintstring | nullThe fingerprint of this certificate on the third party
pushDateinteger | nullThe date when the certificate was pushed to this third party
removeDateinteger | nullThe date when the certificate was removed from this third party (in case of revocation)
]
discoveryInfoobject | null (DiscoveryInfo)Information about the discovery of this certificate
campaignstring requiredThe discovery campaign's name
lastDiscoveryDateinteger requiredWhen this certificate was discovered for the last time
identifierstring | nullIdentifier of the user that discovered this certificate
discoveryDataobject (HostDiscoveryData)The host discovery data associated with the certificate (discovery metadata)
ipstring | nullThe certificate's host ip
sourcesarray of string | nullInformation on the type of discovery that discovered this certificate
hostnamesarray of string | nullThe certificate's host hostnames (netscan only)
operatingSystemsarray of string | nullThe certificate's host operating system (localscan only)
pathsarray of string | nullThe path to the certificate on the host machine (localscan only)
usagesarray of string | nullThe path of the configuration files that were used to find the certificates
tlsPortsarray of objects | null (TlsPort)The ports on which the certificate is exposed for https connexion
Array [
portinteger requiredThe number of the port
versionstring requiredProtocol version used
]
workflowstring requiredThe workflow for which to return the template.
Valueenrollmodulestring requiredThe request module
Valueesttemplateobject (EST Enroll Request Template) requiredThe template with the constraint set on the profile
dnWhitelistboolean | nullDN whitelist is enabled on this request
subjectarray of objects | null (IndexedDNElement)List of DN elements that will be used to build the certificate's Distinguished Name
Array [
elementstring requiredThe element type and index. Indexes start at 1! Available elements are: cn, e, ou, st, l, o, c, dc, uid, serialNumber, surname, givenName, unstructuredAddress, unstructuredName, organizationIdentifier, uniqueIdentifier, street, description, t
valuestring | nullThe element value
]
sansarray of objects | null (SAN Element)List of SAN elements that will be used to build the certificate's Subject Alternative Name
Array [
typestring | null requiredSAN type
EnumRFC822NAMEDNSNAMEURIIPADDRESSOTHERNAME_UPNOTHERNAME_GUIDREGISTERED_IDvaluearray of string | nullSAN value
]
extensionsarray of objects | null (Certificate Extension)Information about the certificate's extensions and how to edit them
Array [
typestring requiredThe type of the extension element
Enumms_sidms_templatevaluestring | nullThe value of the extension element
]
labelsarray of objects | null (Label)List of labels used internally to tag and group certificates
Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
contactEmailobject | null (Contact email)Information about the certificate's contact email and how to edit it
valuestring | nullThe contact email
ownerobject | null (Certificate Owner)Information about the certificate's owner and how to edit it
valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)Information about the certificate's team and how to edit it
valuestring | nullThe value of the team element. This should be a team identifier
profilestring (Certificate profile) requiredThe profile for which to return the template.
workflowstring requiredThe workflow for which to return the template.
Valueenrollmodulestring requiredThe request module
Enumscepjamftemplateobject (SCEP Enroll Request Template) requiredThe template with the constraint set on the profile
dnWhitelistboolean | nullDN whitelist is enabled on this request
subjectarray of objects | null (IndexedDNElement)List of DN elements that will be used to build the certificate's Distinguished Name
Array [
elementstring requiredThe element type and index. Indexes start at 1! Available elements are: cn, e, ou, st, l, o, c, dc, uid, serialNumber, surname, givenName, unstructuredAddress, unstructuredName, organizationIdentifier, uniqueIdentifier, street, description, t
valuestring | nullThe element value
]
sansarray of objects | null (SAN Element)List of SAN elements that will be used to build the certificate's Subject Alternative Name
Array [
typestring | null requiredSAN type
EnumRFC822NAMEDNSNAMEURIIPADDRESSOTHERNAME_UPNOTHERNAME_GUIDREGISTERED_IDvaluearray of string | nullSAN value
]
extensionsarray of objects | null (Certificate Extension)Information about the certificate's extensions and how to edit them
Array [
typestring requiredThe type of the extension element
Enumms_sidms_templatevaluestring | nullThe value of the extension element
]
labelsarray of objects | null (Label)List of labels used internally to tag and group certificates
Array [
labelstring requiredThe name of the label
valuestring | nullThe value of the label element
]
contactEmailobject | null (Contact email)Information about the certificate's contact email and how to edit it
valuestring | nullThe contact email
ownerobject | null (Certificate Owner)Information about the certificate's owner and how to edit it
valuestring | nullThe value of the owner element. This should be a principal identifier
teamobject | null (Certificate Team)Information about the certificate's team and how to edit it
valuestring | nullThe value of the team element. This should be a team identifier
profilestring (Certificate profile) requiredThe profile for which to return the template.
-
400 Invalid request
application/problem+jsonerrorstring requiredThe error code of the problem
ValueREQ-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Requesttitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Requestdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueREQ-010messagestring requiredA short, human-readable summary of the problem type
ValueProfile does not exist or is disabledtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueProfile does not exist or is disableddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-007messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Identity Providertitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Identity Providerdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-008messagestring requiredA short, human-readable summary of the problem type
ValueInvalid redirect pathtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid redirect pathdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-010messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Jwt Tokentitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Jwt Tokendetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueWEBRA-IMPORT-001messagestring requiredA short, human-readable summary of the problem type
ValueInvalid requesttitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid requestdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
401 Unauthorized request
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-AUTH-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid credentials or principal does not existtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid credentials or principal does not existdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-009messagestring requiredA short, human-readable summary of the problem type
ValuePrincipal not authenticated or authentication expiredtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValuePrincipal not authenticated or authentication expireddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
403 Forbidden action
application/problem+jsonerrorstring requiredThe error code of the problem
ValueSEC-PERM-001messagestring requiredA short, human-readable summary of the problem type
ValueInsufficient privilegestitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInsufficient privilegesdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-003messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is not trustedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is not trusteddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-004messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is expiredtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is expireddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-005messagestring requiredA short, human-readable summary of the problem type
ValueCertificate is revokedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueCertificate is revokeddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueSEC-AUTH-006messagestring requiredA short, human-readable summary of the problem type
ValuePrincipal not authenticatedtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValuePrincipal not authenticateddetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueREQ-007messagestring requiredA short, human-readable summary of the problem type
ValueUnauthorized Workflowtitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnauthorized Workflowdetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-002messagestring requiredA short, human-readable summary of the problem type
ValueInvalid Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueInvalid Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-004messagestring requiredA short, human-readable summary of the problem type
ValueExpired Licensetitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueExpired Licensedetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
404 No profile specified
application/problem+jsonerrorstring requiredThe error code of the problem
ValueREQ-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected Errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected Errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
-
500 Internal server error
application/problem+jsonerrorstring requiredThe error code of the problem
ValueREQ-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected Errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected Errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807
errorstring requiredThe error code of the problem
ValueLIC-001messagestring requiredA short, human-readable summary of the problem type
ValueUnexpected errortitlestring requiredA short, human-readable summary of the problem type. In compliance with RFC7807
ValueUnexpected errordetailstring | nullA human-readable explanation specific to this occurrence of the problem. In compliance with RFC7807