Settings Security
Fetches the IPs from KeyCloak that are allowed to access Fusion
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Access Allowed IP List from KeyCloak
application/json
Responsestring[]Example:
["1.1.1.1","2.2.2.2","3.3.3.3/16"]400
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
application/json
401
Access token is missing or invalid
application/json
403
Access is forbidden
application/json
default
Unknown Error Occurred
application/json
get
/api/v1/customer/access-allowed-ipsUpdates the IPs within KeyCloak that are allowed to access Fusion
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Bodystring[]
string[]OptionalExample:
["1.1.1.1","2.2.2.2","3.3.3.3/16"]Responses
201
Access Allowed IP List from KeyCloak
application/json
400
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
application/json
401
Access token is missing or invalid
application/json
403
Access is forbidden
application/json
default
Unknown Error Occurred
application/json
put
/api/v1/customer/access-allowed-ipsLast updated