
VMware, Inc. 91
Chapter 8 vShield Data Security Configuration
Example 8-2. Enable a regulation
Request:
PUT https://<vsm-ip>/api/2.0/dlp/policy/regulations
RequestBody:
<?xml version="1.0" encoding="UTF-8"?>
<set>
<long>66</long>
<long>67</long>
<long>68</long>
</set>
Query Classification Value
YoucanretrievetheclassificationvaluesassociatedwithregulationsthatmonitorGroupInsuranceNumbers,
HealthPlanBeneficiaryNumbers,MedicalRecordNumbers,orPatientIdentificationNumbers.Theoutput
includestheclassificationID.
Example 8-3. Get all classification values associated with customizable classifications
Request:
GET https://<vsm-ip>/api/2.0/dlp/classificationvalue
Configure a Customized Regex as a Classification Value
YoucanconfigureaClassificationValuewithacustomizedregexthatmustbematchedduringviolation
inspection.YoumustincludetheappropriateclassificationID,whichyoucangetfromtheoutputofthe
retrieveclassificationvalueAPI.
Example 8-4. Configure a customized regex as a classification value
Request:
PUT https://<vsm-ip>/api/2.0/dlp/policy/classificationvalues
Authorization: Basic YWRtaW46ZGVmYXVsdA==
<set>
<ClassificationValue>
<id>3</id>
<classification>
<id>15</id>
<name>Health Plan Beneficiary Numbers</name>
<providerName>Health Plan Beneficiary Numbers</providerName>
<description>Health Plan Beneficiary Numbers</description>
<customizable>true</customizable>
</classification>
<value>PATNUM-[0-9]{10}</value>
</ClassificationValue>
</set>
View the List of Excludable Areas
Youcanretrievethelistofdatacenters,clusters,andresourcepoolsinyourinventorytohelpyoudetermine
theareasyoumightwanttoexcludefrompolicyinspection.
Classification ID
Regex
Komentáře k této Příručce