Endpoint
/v3/network/frontend-interfaces
GET
Get the frontend interface names for all nodes in the clusterParameters
This resource has no parameters.Response
Codes
| Code | Description |
|---|---|
| 200 | Return value on success |
Schema
{
"description": "node_id_string_vec_map",
"type": "object",
"properties": {},
"additionalProperties": {
"type": "array",
"items": {
"description": "node_id_string_vec_map value",
"type": "string"
}
}
}