Status codes
| HTTP Status code | appStatusCode | Message | Possible remediation |
|---|---|---|---|
|
404 Not Found |
NO_RECORDS_FOUND | No matching records found. | Check and ensure that the value provided for
commonName and serialNumber
pertain to that of a valid existing certificate. |
| 401 Unauthorized | AVX_GW_003 | Authentication failed, reason - Invalid Credentials. | Ensure that valid username and
password or valid sessionId is
provided as header param. |
| 417 Expectation Failed | NOT_A_VALID_CERT | Invalid certificate. | Certificates that have not yet been issued cannot be
downloaded. Ensure that the resourceId refers to the
certificate which has been issued. |
| 400 Bad Request | MANDATORY_FIELD_MISSING | Mandatory field is missing or invalid - <<field>>. | Ensure that the <<field>> is available in the request payload. |
| 400 Bad Request | INVALID_FORMAT | Invalid format specified. | Ensure that a valid value is provided for the format field in the request. |
| 417 Expectation Failed | PASSWORD_FORMAT_WRONG | Password must have at least eight characters and contain at least one lowercase letter, one uppercase letter, one numeric digit, and one special character. | Password provided in the request payload must have at least eight characters and contain at least one lowercase letter, one uppercase letter, one numeric digit, and one special character. |
| 417 Expectation Failed | CERT-KEY-0006 | Private key access is restricted in <<Default>> policy. | Retry to download after enabling the Enable Access to Private Key flag in the Certificate Policy. |
| 417 Expectation Failed | CERT-HLST-0007 | Failed to download as the given extension is not supported. | Ensure that a valid value is provided for the format field in the request. |