ves-io-schema-kms_policy_rule-API-Replace
On This Page:
Examples of replacing kmspolicyrule
Usecase:
Replace kms-policy-rule-1
Request using vesctl:
vesctl configuration replace kms_policy_rule -i kms_policy_rule.yaml
where file kmspolicyrule.yaml has following contents (kmspolicyrule.ReplaceRequest):
metadata:
name: kms-policy-rule-1
namespace: documentation
spec:
action: ALLOW
clientNameMatcher:
regexValues:
- rakar\.re(\d)*\.int\.ves\.io
vesctl yaml response: None
Request using curl:
curl -X 'PUT' -d '{"metadata":{"name":"kms-policy-rule-1","namespace":"documentation"},"spec":{"action":"ALLOW","clientNameMatcher":{"regexValues":["rakar\.re(\d)*\.int\.ves\.io"]}}}' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build817539475_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/kms/namespaces/documentation/kms_policy_rules/kms-policy-rule-1'
curl response:
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: application/json
Date: Mon, 22 Feb 2021 15:44:10 GMT
Vary: Accept-Encoding
{
}