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
query (Query)
service (string)
endpoint_type (EndpointType)
{
"service": "inventory",
"endpoint_type": "PUBLIC",
"query": {}
}results (EndpointInfo)
RepeatedRequiredtotal_count (int32)
Required
{
"results": [
{
"name": "Inventory Service",
"service": "inventory",
"endpoint": "grpc://localhost:50051",
}
],
"total_count": 1
}Message #
EndpointInfo #
name (string)
Requiredservice (string)
Requiredendpoint (string)
Requiredinternal_endpoint (string)
Requiredstate (EndpointState)
Requiredversion (string)
Required
EndpointSearchQuery #
query (Query)
service (string)
endpoint_type (EndpointType)
EndpointsInfo #
results (EndpointInfo)
RepeatedRequiredtotal_count (int32)
Required