Skip to main content

update a list of firewall security rules.

PUT 

/pub/v4.0/network/securityRules

update firewall secrity rules

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

    device_group stringrequired

    The device group of the rule

    updateSource stringrequired

    The integration used to update this rule.

Body

required
    ruleList arrayrequired

    List of firewall security rules.

Responses

Successful Response

Schema
    api string

    The path used to call the IoT Security API

    ver string

    The version of the IoT Security API

    message string

    The message indicating success

    updatedSecurityRulesNum integer

    The number of successfully updated rules

    upsertedSecurityRulesNum integer

    The number of successfully inserted rules

Loading...