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

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 104
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 68
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
Vue de la page 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 103 104

Commentaires sur ces manuels

Pas de commentaire