Software Development Kit (SDK) and API Discussions

na_server_set_transport_type() - What is the ZSM/ZSMS transport type?

eshropshire
2,338 Views

When calling na_server_set_transport_type(), the transport type parameter is an enumerated type, na_server_transport_t.  Among the defined values, there are NA_SERVER_TRANSPORT_ZSM and NA_SERVER_TRANSPORT_ZSMS, but I don't see anything in the NMSDK that documents these transport types.

Assuming that they are used on conjunction with the NA_STYLE_ZSM server, what are the usage scenarios for these transport protocols, what port #s are supposed to be the default port values for each of these transport types?

1 REPLY 1

sens
2,338 Views

Please do not use ZSM transport type.

Use HTTP or HTTPS (recommended) transport type.

Public