{"type":"api","title":"Configure Access Points","meta":{"id":"/apps/pubhub/media/dna-center-235/0e427c513038595590fc5a0593cb0e208dd78571/2192edf3-d24e-3461-ab8c-12a97b547df4","swagger":"2.0","info":{"description":"Cisco DNA Center Platform v. 2.3.5","version":"2.3.5","title":"Intent API"},"schemes":["https"],"x-parser-conf":{"expand":0,"labelConfig":{"endpoint":"summary"}}},"spec":{"operationId":"configureAccessPoints","tags":["Wireless"],"summary":"Configure Access Points","description":"User can configure multiple access points with required options using this intent API","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"request","description":"request","required":true,"schema":{"type":"object","properties":{"apList":{"type":"array","items":{"type":"object","properties":{"apName":{"type":"string"},"macAddress":{"type":"string"},"apNameNew":{"type":"string"}}}},"configureAdminStatus":{"type":"boolean"},"adminStatus":{"type":"boolean"},"configureApMode":{"type":"boolean"},"apMode":{"type":"integer"},"configureApHeight":{"type":"boolean"},"apHeight":{"type":"number"},"configureFailoverPriority":{"type":"boolean"},"failoverPriority":{"type":"integer"},"configureLedStatus":{"type":"boolean"},"ledStatus":{"type":"boolean"},"configureLedBrightnessLevel":{"type":"boolean"},"ledBrightnessLevel":{"type":"integer"},"configureLocation":{"type":"boolean"},"location":{"type":"string"},"configureHAController":{"type":"boolean"},"primaryControllerName":{"type":"string"},"primaryIpAddress":{"type":"object","properties":{"address":{"type":"string"}}},"secondaryControllerName":{"type":"string"},"secondaryIpAddress":{"type":"object","properties":{"address":{"type":"string"}}},"tertiaryControllerName":{"type":"string"},"tertiaryIpAddress":{"type":"object","properties":{"address":{"type":"string"}}},"radioConfigurations":{"type":"array","items":{"type":"object","properties":{"configureRadioRoleAssignment":{"type":"boolean"},"radioRoleAssignment":{"type":"string","enum":["auto","serving","monitor"]},"radioBand":{"type":"string","enum":["RADIO24","RADIO5"]},"configureAdminStatus":{"type":"boolean"},"adminStatus":{"type":"boolean"},"configureAntennaDegree":{"type":"boolean"},"antennaDegree":{"type":"integer"},"configureElevAngleDegree":{"type":"boolean"},"antennaElevAngleDegree":{"type":"integer"},"antennaElevAngleSign":{"type":"integer"},"configureAntennaPatternName":{"type":"boolean"},"antennaPatternName":{"type":"string"},"antennaGain":{"type":"integer"},"configureAntennaCable":{"type":"boolean"},"antennaCableName":{"type":"string"},"cableLoss":{"type":"number"},"configureChannel":{"type":"boolean"},"channelAssignmentMode":{"type":"integer"},"channelNumber":{"type":"integer"},"configureChannelWidth":{"type":"boolean"},"channelWidth":{"type":"integer"},"configurePower":{"type":"boolean"},"powerAssignmentMode":{"type":"integer"},"powerlevel":{"type":"integer"},"configureCleanAirSI":{"type":"boolean"},"cleanAirSI":{"type":"integer"},"radioType":{"type":"integer"}}}}},"$$ref":"#/definitions/ConfigureAccessPointsRequest"},"in":"body"},{"name":"Content-Type","description":"Request body content type","default":"application/json","required":false,"type":"string","in":"header"}],"responses":{"200":{"description":"The request was successful. The result is contained in the response body.","schema":{"type":"object","properties":{"response":{"type":"object","properties":{"taskId":{"type":"string"},"url":{"type":"string"}}},"version":{"type":"string"}},"$$ref":"#/definitions/ConfigureAccessPointsResponse"}},"400":{"description":"The client made a request that the server could not understand (for example, the request syntax is incorrect)."},"401":{"description":"The client's authentication credentials included with the request are missing or invalid."},"404":{"description":"The client made a request for a resource that does not exist."},"500":{"description":"The server could not fulfill the request."}},"__originalOperationId":"configureAccessPoints","method":"post","path":"/dna/intent/api/v1/wireless/accesspoint-configuration"}}