Patch a DNS Filter Network by ID

Request
Security:
vc-security
path Parameters
id
required
integer
Request Body schema: application/json
Array
op
required
string (JsonPatchOperation)
Enum: "ADD" "COPY" "MOVE" "REMOVE" "REPLACE" "TEST"
from
string
path
required
string
value
string
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

409

Request could not be processed because of conflict in the current state of the resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

patch/endpoint-control-service/v1/dnsf/network/{id}
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "id": 0,
  • "name": "string",
  • "secretKey": "string",
  • "externalId": "string",
  • "organizationId": 0,
  • "organizationName": "string",
  • "organizationExternalId": "string",
  • "address": "string",
  • "sapId": "string",
  • "firewallSerialNumber": "string",
  • "userAgentCount": 0
}