Rounak Dhillon 20d39719dd
Docs: Meta Description Updation on Main Concept pages (#22500)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-22 06:21:42 +00:00

1.5 KiB

title description slug
testDestinationStatus | OpenMetadata Test Destination Status Connect Testdestinationstatus to enable streamlined access, monitoring, or search of enterprise data using secure and scalable integrations. /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.