tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

1.3 KiB

title slug
testDestinationStatus /main-concepts/metadata-standard/schemas/events/testdestinationstatus

TestDestinationStatus

Detailed status of the destination during a test operation, including HTTP response information.

Properties

  • status (string): Overall test status, indicating if the test operation succeeded or failed. Must be one of: ["Success", "Failed"].
  • reason (string): Detailed reason for failure if the test did not succeed.
  • statusCode (integer): HTTP status code of the response (e.g., 200 for OK, 404 for Not Found).
  • statusInfo (string): HTTP status reason phrase associated with the status code (e.g., 'Not Found').
  • headers: HTTP headers returned in the response as a map of header names to values.
  • entity (string): Body of the HTTP response, if any, returned by the server.
  • mediaType (string): Media type of the response entity, if specified (e.g., application/json).
  • location (string, format: uri): URL location if the response indicates a redirect or newly created resource.
  • timestamp: Timestamp when the response was received, in UNIX epoch time milliseconds. Refer to ../type/basic.json#/definitions/timestamp.

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.