Endpoint
/v3/network/backend-interfaces
GET
Get the backend 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_map",
"type": "object",
"properties": {},
"additionalProperties": {
"description": "node_id_string_map value",
"type": "string"
}
}