| getendpointinfoResult Structure Definition |
The getendpointinfoResult structure defines the return type for getendpointinfo API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
endpointinfoList |
List of endpointinfos |
| endpointinfo Structure Definition |
The endpointinfo structure defines the actual return type values for getendpointinfo API. |
Syntax |
Members |
endpointkind |
Endpoint kind. |
endpointname |
Name of endpoint, depends on kind. |
endpointmetadata |
String of qualifiers, in dotted notation, structured metadata for an endpoint. Each qualifier is more specific than the one that precedes it, as in cluster.namespace.service. For example: cluster.default.frontend.
Note: A qualifier that includes a dot (.) or space ( ) must be enclosed in double quotation marks. |
endpointlabelsjson |
String representing labels in json form. Maximum length 16K |
_nextgenapiresource |
See Also |