Class ServiceStatus

Class Documentation

class ServiceStatus

Stores information about a service, including available versions.

Public Members

csp::common::String ReverseProxy

The reverse proxy endpoint or base URL through which the service is accessed.

csp::common::String Name

The name identifier of the service (e.g., “User Service”).

csp::common::Array<VersionMetadata> ApiVersions

A list of all available API versions for the service, along with their metadata.

csp::common::String CurrentApiVersion

The currently active API version; this version is guaranteed to be stable and supported.