服务状态

属性

名称

类型

描述

备注

statistics_enabled

bool

[可选]

状态

字符串

[可选]

GetGraphResponse

[可选]

bolt_port

int

[可选]

hqps_port

int

[可选]

gremlin_port

int

[可选]

start_time

int

[可选]

示例

from gs_interactive.models.service_status import ServiceStatus

# TODO update the JSON string below
json = "{}"
# create an instance of ServiceStatus from a JSON string
service_status_instance = ServiceStatus.from_json(json)
# print the JSON string representation of the object
print ServiceStatus.to_json()

# convert the object into a dict
service_status_dict = service_status_instance.to_dict()
# create an instance of ServiceStatus from a dict
service_status_form_dict = service_status.from_dict(service_status_dict)

[返回模型列表] [返回API列表] [返回python_sdk]