The operation execution status, in the following format.
msg = <operation>.<status>See below for each parameter.
<operation>
The logged operation. See the table below for the general operation identifiers.
Operation | Description |
|---|---|
CagwInfo | Get CA Gateway version and status |
Status | Get CA Gateway status |
LicenseInfo | Get license information |
See the table below for the Certificate Authority management operation identifiers.
Operation | Description |
|---|---|
CaList | List configured Certificate Authorities |
Ca | Get a specific Certificate Authority |
CaCapabilities | Get capabilities of all CAs |
CaCapability | Get capabilities of a specific CA |
CaProperties | Get CA properties |
CertificateProfiles | List certificate profiles for a CA |
CertificateProfile | Get a specific certificate profile |
CertificateEvents | List certificate events (tracking/audit) from a CA |
Operation | Description |
|---|---|
CertificatesEnroll | Enroll a new certificate (CSR-based) |
CertificatesEnrollCmp | Enroll a new certificate (CMP-based) |
CertificateEnrollment | Get status of a pending enrollment |
CertificateEnrollments | List enrollments |
CertEnrollmentModify | Modify a pending enrollment |
Certificate | Get a specific certificate |
CertificateActions | List available actions for a certificate |
CertAction | Get details of a certificate action |
CertActionRequest | Execute a certificate action (revoke, hold, unhold) |
CertificateRecover | Recover a certificate key |
CertificateRecovery | Get status of a key recovery |
CertificateRecoveries | List key recoveries |
Operation | Description |
|---|---|
Subjects | List subjects |
Subject | Get a specific subject |
SubjectActions | List available actions for a subject |
SubjectRequest | Execute a subject action |
DomainList | List domains |
DomainGet | Get a specific domain |
DomainAdd | Add a domain |
DomainActionRequest | Execute a domain action |
Operation | Description |
|---|---|
ProvisionListEnvironments | List provisioning environments |
ProvisionEnvListNodes | List nodes in a provisioning environment |
ProvisionEnvListNode | Get a specific provisioning node |
ProvisionEnvListProfiles | List profiles in a provisioning environment |
ProvisionEnvModifyNode | Modify a provisioning node |
ProvisionEnvProvNode | Provision a node |
<status>
The operation completion status. See below for the supported values.
Status | HTTP Status | Description |
|---|---|---|
.Start | Operation started | |
.Done | < 400 | Operation completed successfully |
.Failed | > = 400 or exception | Generic failure — error without an explicit HTTP status code |