| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The service object. | ||
| serviceId | string | The service unique ID. | svc-cr6pk4tlhtgm*** |
| sourceType | string | The source type. | MSE_NACOS |
| name | string | The service name. | user-service |
| namespace | string | The namespace of the service. | PUBLIC |
| addresses | array | The address details, which can be IP addresses or domain names. | |
| string | The domain names or fixed IP addresses. | 127.0.0.1:8080 | |
| ports | array<object> | The list of objects containing port details. | |
| object | An object containing details about a 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 list of unhealthy endpoints. | |
| string | An unhealthy endpoint. | 192.168.1.12:8080 | |
| outlierEndpoints | array | The outlier endpoints list | |
| string | string | ["10.0.0.2:8080"] | |
| healthCheck | ServiceHealthCheck | The health check configurations. | |
| healthStatus | string | The health check status. Valid values:
| Healthy |
| qualifier | string | The function qualifier name. | LATEST |
| createTimestamp | long | The creation time (unix timestamp). | 1725617840096 |
| updateTimestamp | long | The last modified time (unix timestamp). | 1725868548440 |
| protocol | string | The service protocol type. | HTTP |
| gatewayId | string | The gateway 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. | |
| labelDetails | array | The label details for service version configuration | |
| LabelDetail | LabelDetail | ||
| agentServiceConfig | AgentServiceConfig | The agent service configuration | |
| expressType | string | The express type | StartExecution |