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

  • 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 92
VMware, Inc. 93
Chapter 8 vShield Data Security Configuration
</set>
Specify Security Groups to be Scanned
Toscanasubsetofyourinventory,youcanspecifythesecuritygroupsthatyouwanttoincludeorexcludein
thedatasecurityscan.
Example 8-7. Include a security group in the scan
Request:
PUT https://<vsm-ip>/api/2.0/dlp/policy/includedsecuritygroups/
RequestBody:
<set>
<string>securitygroup-id-1</string>
<string>securitygroup-id-1</string>
</set>
Example 8-8. Exclude a security group from the scan
Request:
PUT https://<vsm-ip>/api/2.0/dlp/policy/excludedsecuritygroups/
RequestBody:
<set>
<string>securitygroup-id-1</string>
<string>securitygroup-id-1</string>
</set>
Query Security Groups Being Scanned
Youcanretrievethesecuritygroupsthathavebeenincludedorexcludedfromdatasecurityscans.
Example 8-9. Get included security groups
Request:
GET https://<vsm-ip>/api/2.0/dlp/policy/includedsecuritygroups
Response:
<set>
<basicinfo>
<objectId>securitygroup-1</objectId>
<type>
<typeName>SecurityGroup</typeName>
</type>
<name>included</name>
<revision>2</revision>
<objectTypeName>SecurityGroup</objectTypeName>
<scope>
<id>datacenter-2</id>
<objectTypeName>Datacenter</objectTypeName>
<name>jkiryakoza</name>
</scope>
</basicinfo>
</set>
Vue de la page 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 131 132

Commentaires sur ces manuels

Pas de commentaire