VMware VSHIELD APP 1.0 - API Instrukcja Użytkownika Strona 62

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 104
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 61
vShield API Programming Guide
62 VMware, Inc.
Example 7-1. Register a vendor
Request:
POST https://<vsm-ip>/api/2.0/endpointsecurity/registration
RequestBody:
<VendorInfo>
<id>vendor_id</id>
<title>vendor_title</title>
<description>vendor_description</description>
</VendorInfo>
Intherequestbody,vendor_idistheVMwareassignedIDforthevendor,whilevendor_titleand
vendor_descriptionarevendorprovidedstrings.
Register a Solution
Youcanregisteranantivirussolution.
Example 7-2. Register a solution
Request:
POST https://<vsm-ip>/api/2.0/endpointsecurity/registration/<vendor_id>
RequestBody:
<SolutionInfo>
<altitude>solution_altitude</altitude>
<title>solution_title</title>
<description>solution_description</description>
</SolutionInfo>
Intherequest,<vendor_id>isthepreviouslyregisteredIDforthevendor .
Intherequestbody,solution_altitudeistheVMwareassignedaltitudeforthesolution,solution_title
andsolution_descriptionarevendorprovidedstrings.See“A l t i t u d e ofaSolution”onpage 62.
Altitude of a Solution
AltitudeisanumberthatVMwareassignstosolutionasafilteronthesecuritystack.Thealtitudedescribes
thetypeofsolutionandtheorderinwhichthesolutionshouldreceivefileevents.Table 71showssome
possiblealtitudeassignments.
.
Table 7-1. Possible altitude assignments
Load-Order Groups Group Altitude
Filter 31
FilterTop 30
ActivityMonitor 29
Undelete 28
AntiVirus 26
Replication 24
Backup 23
ContentScreener 22
QuotaManagement 21
SystemRecovery 20
Przeglądanie stron 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 103 104

Komentarze do niniejszej Instrukcji

Brak uwag