Domain Detective

API Reference

Class

AgentReadinessEndpointProbe

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Agent-facing endpoint probe result.

Inheritance

  • Object
  • AgentReadinessEndpointProbe

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AgentReadinessEndpointProbe() #

Properties

public String Kind { get; set; } #

Logical endpoint kind.

public String Url { get; set; } #

Probed URL.

public Nullable<Int32> StatusCode { get; set; } #

HTTP status code when available.

public String ContentType { get; set; } #

Response content type.

public Boolean ValidJson { get; set; } #

Whether JSON parsed successfully.

public Boolean ShapeValid { get; set; } #

Whether the endpoint matches the expected minimal shape for its kind.

public String Shape { get; set; } #

Detected endpoint shape name.

public Boolean Present { get; set; } #

Whether the endpoint is considered present.

public String DiscoverySource { get; set; } #

Discovery source such as well-known or Link header.

public String Error { get; set; } #

Probe error when available.

{{ include "footer" }}