ves-io-schema-network_policy_set-API-Replace
On This Page:
Examples of replacing networkpolicyset
Usecase:
Replace network-policy-set-1
Request using vesctl:
vesctl configuration replace network_policy_set -i network_policy_set.yaml
where file networkpolicyset.yaml has following contents (networkpolicyset.ReplaceRequest):
metadata:
name: network-policy-set-1
namespace: documentation
spec:
policies:
- kind: network_policy
name: policy-2
vesctl yaml response: None
Request using curl:
curl -X 'PUT' -d '{"metadata":{"name":"network-policy-set-1","namespace":"documentation"},"spec":{"policies":[{"kind":"network_policy","name":"policy-2"}]}}' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build817539475_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/documentation/network_policy_sets/network-policy-set-1'
curl response:
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: application/json
Date: Mon, 22 Feb 2021 15:44:27 GMT
Vary: Accept-Encoding
{
}