input-validation

This error is displayed when you define an invalid input to create or update a resource.

Status

400

Title

Invalid input

What Went Wrong?

The input you have provided may have:

  • a missing field in the input payload.
  • an invalid value for a field.

How to Resolve the Error?

Ensure that you provide:

  • all the required fields.
  • valid values for the input fields.

Examples

{
  - type: https://developer.cisco.com/docs/appdynamics/errors/#!input-validation
    title: Invalid Input Error
    detail: displayName is marked non-null but is null.
  - type: https://developer.cisco.com/docs/appdynamics/errors/#!input-validation
    title: Invalid Input Error
    detail: 'description' cannot be more than 300 characters.
}