Agent Operations

Validate Agent YAML configuration

Validates the agent network configuration provided as a YAML file or string. Only files with a .yaml or .yml extension are accepted.

post/v1/agents/validate

Response

Successful Response

statusstring required

The result status of the validation.

messagestring required

Detailed message about the validation outcome.

suggestionstring nullable

Optional suggestion if any errors were found.

Changes

Changed in 5 of the 23 revisions of this API.2110

    • api tag Agent Operations added

      api-tag-added

    • api tag Agent Validation removed

      api-tag-removed

    • added the optional property to the response with the status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed subschema #2 from the request property anyOf list

      request-property-any-of-removed

  • c7e571f349ea12See the full diff
    • deleted the query request parameter yaml_string

      request-parameter-removed

    • added the new optional request property

      new-optional-request-property

    • added subschema #2 to the request property anyOf list

      request-property-any-of-added

    • removed the media type text/yaml from the request body

      request-body-media-type-removed

    • added the new optional query request parameter yaml_string

      new-optional-request-parameter

    • request body became optional

      request-body-became-optional

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • removed the non-success response with the status

      response-non-success-status-removed

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog