
VMware, Inc. 69
Chapter 8 vShield Data Security Configuration
<?xml version="1.0" encoding="UTF-8"?>
<set>
<long>66</long>
<long>67</long>
<long>68</long>
</set>
Retrieve the Classification Value
Youcanretrievetheclassificationvaluesassociatedwithregulationsthat monitorGroupInsuranceNumbers,
HealthPlanBeneficiaryNumbers,MedicalRecordNumbers,orPatientIdentificationNumbers.Theoutput
includestheclassificationID.
Example 8-3. Retrieve 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.
Example 8-5. View the list of excludable areas
Request:
GET https://<vsm-ip>/api/2.0/dlp/excludableareas
Response:
Classification ID
Regex
Comentarios a estos manuales