Endpoint #
Package : spaceone.api.identity.v2
Endpoint #
Endpoint Methods:
Method | Request | Response |
---|---|---|
list | EndpointSearchQuery | EndpointsInfo |
list #
Get gRPC endpoint list. +noauth
POST /identity/v2/endpoint/list
results (EndpointInfo)
Repeated
Required
total_count (int32)
Required
{
"results": [
{
"name": "Inventory Service",
"service": "inventory",
"endpoint": "grpc://localhost:50051",
}
],
"total_count": 1
}
Message #
EndpointInfo #
name (string)
Required
service (string)
Required
endpoint (string)
Required
state (EndpointState)
Required
version (string)
Required
EndpointSearchQuery #
query (Query)
service (string)
EndpointsInfo #
results (EndpointInfo)
Repeated
Required
total_count (int32)
Required