| getnsdiameterResult Structure Definition |
The getnsdiameterResult structure defines the return type for getnsdiameter 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. |
nsdiameterList |
List of nsdiameters |
| nsdiameter Structure Definition |
The nsdiameter structure defines the actual return type values for getnsdiameter API. |
Syntax |
Members |
ownernode |
ID of the cluster node for which the diameter id is set, can be configured only through CLIP |
identity |
DiameterIdentity to be used by NS. DiameterIdentity is used to identify a Diameter node uniquely. Before setting up diameter configuration, Citrix ADC (as a Diameter node) MUST be assigned a unique DiameterIdentity.
example =>
set ns diameter -identity netscaler.com
Now whenever Citrix ADC needs to use identity in diameter messages. It will use 'netscaler.com' as Origin-Host AVP as defined in RFC3588
|
realm |
Diameter Realm to be used by NS.
example =>
set ns diameter -realm com
Now whenever Citrix ADC system needs to use realm in diameter messages. It will use 'com' as Origin-Realm AVP as defined in RFC3588
|
serverclosepropagation |
when a Server connection goes down, whether to close the corresponding client connection if there were requests pending on the server. |
_nextgenapiresource |
See Also |