Status codes

HTTP Status code appStatusCode Message Possible remediation
202 Accepted -

If all fields are added -

Certificate attribute added successfully

If the addition of some fields have failed -

Certificate attribute added successfully. Failed fields are [<<failed field names>>]

If the addition of all fields failed -

Certificate attribute addition failed.

Possible reasons for the field addition failure

  • Name or label not provided for the failed field.
  • Value provided for the name or label does not meet the expected pattern.
  • Attribute with the provided name already exists.

Validate the given input based on the above mentioned reasons.

401 Unauthorized AVX_GW_003 Authentication failed, reason - Invalid Credentials. Ensure that valid username and password or valid sessionId is provided as header param.
400 Bad Request MANDATORY_FIELD_MISSING Mandatory field is missing or invalid - payload. Payload array cannot be empty. At least one attribute must be provided.
400 Bad Request avx-common-028 Invalid / Incorrect payload. Check and ensure that the value provided for all the fields in the payload is proper.