| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The service object. | ||
| serviceId | string | The service ID. | svc-cr6pk4tlhtgm*** |
| sourceType | string | The source type. | MSE_NACOS |
| name | string | The service name. | user-service |
| namespace | string | The namespace. | PUBLIC |
| addresses | array | The address information, which may be IP addresses or domain names. | |
| string | The domain names or fixed IP addresses. | 127.0.0.1:8080 | |
| ports | array<object> | The information about the ports. | |
| object | The information about the port. | ||
| port | integer | The port number. | 8080 |
| name | string | The port name. | user-service |
| protocol | string | The protocol. Valid values: TCP and UDP. | TCP |
| unhealthyEndpoints | array | The unhealthy endpoints. | |
| string | The unhealthy endpoint. | 192.168.1.12:8080 | |
| healthCheck | ServiceHealthCheck | The health check configurations. | |
| healthStatus | string | The health check status. Valid values:
| Healthy |
| qualifier | string | The function qualified name. | LATEST |
| createTimestamp | long | The creation timestamp. | 1725617840096 |
| updateTimestamp | long | The update timestamp. | 1725868548440 |
| protocol | string | The service protocol. | HTTP |
| gatewayId | string | The instance ID. | gw-xxxx |
| resourceGroupId | string | The resource group ID. | rg-xxx |
| groupName | string | The service group name. | publich |
| aiServiceConfig | AiServiceConfig | The AI service configurations. |