Home > Configuration > Endpoint > setendpointinfo_endpointmetadata

setendpointinfo_endpointmetadata

Use this method to set 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.

Syntax



Parameters

endpointkind

Endpoint kind. Currently, IP endpoints are supported
Default value = ENDPOINT_IP.
Possible Values : IP.

endpointname

Name of endpoint, depends on kind. For IP Endpoint - IP address.
This is mandatory parameter.

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.

Return Value

Returns simpleResult

See Also