VMware VSHIELD APP 1.0 - API Manuel d'utilisateur Page 91

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 132
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 90
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
Vue de la page 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 131 132

Commentaires sur ces manuels

Pas de commentaire