Catalyst Center API应用

1.fabric zone 关联 anycast gateway
1.1 API:https://{dnac-ip}/dna/intent/api/v1/sda/anycastGateways
1.2 必须通过账号密码获取token,token值放在执行api接口的headers中
1.3 api参数:
  "fabricId": "string",
  "virtualNetworkName": "string",
  "ipPoolName": "string",
  "tcpMssAdjustment": "integer",
  "vlanName": "string",
  "vlanId": "integer",
  "trafficType": "string",
  "poolType": "string",
  "securityGroupName": "string",
  "isCriticalPool": "boolean",
  "isLayer2FloodingEnabled": "boolean",
  "isWirelessPool": "boolean",
  "isWirelessFloodingEnabled": "boolean",
  "isResourceGuardEnabled": "boolean",
  "isIpDirectedBroadcast": "boolean",
  "isIntraSubnetRoutingEnabled": "boolean",
  "isMultipleIpToMacAddresses": "boolean",
  "isSupplicantBasedExtendedNodeOnboarding": "boolean",
  "isGroupBasedPolicyEnforcementEnabled": "boolean",
  "autoGenerateVlanName": "boolean"
1.4 代码:






运行返回结果: