API Stability |
Preview
|
The servicesMetadata() GraphQL query will return metadata from all registered services. This is a preview and subject to change.
Syntax
Below is the syntax for the servicesMetadata() query field:
graphql
servicesMetadata: [ServiceMetadata!]!
Below is an example using this query field:
Returned Datatype
For ServiceMetadata, there are a few parameters. They're listed here along with descriptions of each:
Table: ServiceMetadata
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 3, 2024 | |||||
endpointUrl | string | yes | Preview | The endpoint of the service. | |
healthStatus | HealthStatus | yes | Preview | The health status of the service. See HealthStatus . | |
name | string | yes | Preview | The name of the service. | |
serviceType | string | yes | Preview | The type of the service. | |
version | string | yes | Preview | The version of the service. |