PatchManagement API
---
Currently the DisableBulletins does this for all Policies that they belong too.
There is use case where you wish to disable it for one, or more, polices not all.
#. DisableBulletins(System.String, System.String, System.Boolean)
Released in: 8.# (hopefully)
Disables provided bulletins against provided policies and removes them from policies (optionally).
Name | Description |
---|---|
bulletinGuids | GUID list of bulletins |
policyGuids | GUID list of policies |
deletePolicies | set 'true' to delete provided bulletins from policies or 'false' to leave the bulletins in policies (in disabled state) |
Return value: 'true' on success
---
8. DisableBulletins(System.String,System.Boolean)
Released in: 8.5
Disables provided bulletins and removes them from policies (optionally).
Parameters (in order of usage):
Name | Description |
---|---|
bulletinGuids | GUID list of bulletins |
deletePolicies | set 'true' to delete provided bulletins from policies or 'false' to leave the bulletins in policies (in disabled state) |
Return value: 'true' on success
---
Patch Management Workflow Web Service Application Programming Interface (API)
https://support.symantec.com/us/en/article.doc11543.html
DOC11543