(Supporting Network Advisor 12.3.0)
Table Of Contents
- Contents
- About This Document
- Overview of the Network Advisor REST API
- Getting Started
- Using the Brocade Network Advisor REST API
- Introduction
- Logging in and out
- Specifying content type
- Versioning (backward compatibility)
- Using the Topology API
- Using the SAN Fabric Discovery API
- Using the Traffic Flow API
- Using the Summary Data API
- Using the Events API
- Using the Zoning API
- Using the Historical Performance Data API
- Fibre Channel Routing
- Handling errors
- Use Cases
- API Reference
- Request and Response Schemas
- Topology
- SAN fabric discovery
- Summary data
- SummaryResponse
- StatusSummary
- AssetClassificationSummary
- NetworkObjectCountSummary
- EventsSummary
- BottleneckViolationsSummary
- OutOfRangeViolationsSummary
- PortHealthViolationsSummary
- VmViolationsSummary
- SummariesResponse
- PortsMonitorSummaryData
- MonitorDistributionData
- ProductsMonitorSummaryData
- FlowMonitorSummaryData
- Events
- Zoning
- Historical performance data
- Authentication and session management

Brocade Network Advisor REST API Guide 79
53-1003160-01
SAN fabric discovery
5
Switch credentials update
Updates switch credentials and SNMP configurations after fabric discovery using a request XML
payload (an UpdateCredentialsRequest object).
POST URIs
Path parameters
Request parameters
Notes
• The request schema is UpdateCredentialsRequest, which is an XML payload sent with the
POST request.
URI Description
<BASE_URI>/resourcegroups/All/fcswitches/fcskey/
updatecredentials
Updates switch credentials and SNMP configurations
for the specified FC switch.
Name Description
fcfkey FC fabric identifier.
Property Description
userName The user name to be updated.
password The password to be updated.
fabricName The user-defined name of the fabric to be updated.
snmpVersion The SNMP version to be updated.
snmpTimeout The SNMP timeout to be updated.
snmpRetries The number of SNMP retries to be updated.
snmpReadCommunityString The SNMP read community string to be updated.
snmpWriteCommunityString The SNMP write community string to be updated.
snmpUserName The SNMP user name to be updated.
snmpContextName The SNMP context name for discovering the fabric.
snmpAuthorizationProtocol The SNMP authorization protocol to be updated.
snmpAuthorizationPassword The SNMP authorization password to be updated.
snmpPrivacyProtocol The SNMP privacy protocol to be updated.
snmpPrivacyPassword The SNMP privacy protocol password to be updated.