- access-key-id <string>
Device access key id(public).
- access-secret-key <string>
Device secret key(private); the content of the SecretKey.txt file, generated from the
Intersight UI, with or without "-----BEGIN EC PRIVATE KEY-----" and "-----END EC PRIVATE
KEY-----".
- crypto-algo-key <enum> (default EC PRIVATE KEY)
The default type is EC PRIVATE KEY, since the secret key contains: "-----BEGIN EC PRIVATE
KEY-----".
EC PRIVATE KEY - EC PRIVATE KEY.
RSA PRIVATE KEY - RSA PRIVATE KEY.
- organization-name <string> (default )
Set the Organization name associated to user permissions and privileges; it can takes values
like: admin, guest, default.
- keep-data-specific-user <true|false> (default false)
If true, when sync-from command is called, only data that belongs to the current Organization
user is kept, like(EthNetworkPolicy/vlan, EthNetworkGroupPolicies).
- fetch-max-nb-entries <uint32> (default 1000)
The maximum number of entries that can be fetched in one call.
- use-hostname-for-connection <true|false> (default true)
Use hostname of the cisco intersight device instead of its IP address for REST requests.
- debugFlag <true|false> (default false)
Enable extra debugging in NED, useful for analyzing issues.