Operations related to cluster network firewall rule, not supported for on-premises clusters
Successfully retrieved cluster network firewall rules.
[- {
- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "firewallRules": [
- {
- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "deferredReason": "",
- "id": "5c29c9c8-ddf1-4a98-8eb6-51230571663a",
- "network": "127.0.0.4/32",
- "status": "GENESIS",
- "type": "CASSANDRA_CQL"
}, - {
- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "deferredReason": "",
- "id": "c66477fa-6b2b-4850-915f-6d42a0e7cd64",
- "network": "127.0.0.3/32",
- "status": "GENESIS",
- "type": "CASSANDRA_CQL"
}
]
}
]
Successfully added the cluster network firewall rule.
A firewall rule of that kind already exists for that address in cluster
{- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "deferredReason": "",
- "id": "c66477fa-6b2b-4850-915f-6d42a0e7cd64",
- "network": "127.0.0.3/32",
- "status": "GENESIS",
- "type": "CASSANDRA_CQL"
}
{- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "deferredReason": "",
- "id": "c66477fa-6b2b-4850-915f-6d42a0e7cd64",
- "network": "127.0.0.3/32",
- "status": "GENESIS",
- "type": "CASSANDRA_CQL"
}
Retrieved the details of the cluster network firewall rule.
Cluster network firewall rule not found
{- "clusterId": "91346037-b969-4c4d-8112-59e1d2aa67e9",
- "deferredReason": "",
- "id": "c66477fa-6b2b-4850-915f-6d42a0e7cd64",
- "network": "127.0.0.3/32",
- "status": "GENESIS",
- "type": "CASSANDRA_CQL"
}
Cluster Network Firewall Rule successfully deleted.
Cluster Network Firewall Rule not found
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}