MCPcopy Create free account
hub / github.com/alibaba/GraphScope / list_service_status

Function list_service_status

python/graphscope/gsctl/impl/service.py:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def list_service_status() -> List[ServiceStatus]:
28 context = get_current_context()
29 with graphscope.flex.rest.ApiClient(
30 graphscope.flex.rest.Configuration(context.coordinator_endpoint)
31 ) as api_client:
32 api_instance = graphscope.flex.rest.ServiceApi(api_client)
33 return api_instance.list_service_status()
34
35
36def start_service(graph_identifier: str) -> str:

Callers 5

startFunction · 0.90
statusFunction · 0.90
useFunction · 0.90
test_serviceMethod · 0.90

Calls 3

get_current_contextFunction · 0.90
ConfigurationMethod · 0.45
list_service_statusMethod · 0.45

Tested by 2

test_serviceMethod · 0.72