post
https://saner.secpod.com/AncorWebService/perform
This method is used to apply benchmark from one source Account to ALL Accounts in the Organization. The 'value: ALL' indicates that benchmark will be available but not applied to all future Accounts created. If you intend to add benchmark to one or more Accounts in the Organization and not ALL Accounts, use 'addbenchmark' method.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| account_name | The source account from which the benchmark is being provisioned | Yes | string |
| benchmarkname | The name of the benchmark to be provisioned | Yes | string |
| target_organization | The name of the target organization to which the benchmark will be applied | Yes | string |
| target_account_name | The target account name within the organization; use 'ALL' to apply to all accounts | Yes | string |
| target_group | The group within the target account to which the benchmark applies (e.g., a device group like 'windows 11') | Yes | string |
| apifilters | Optional filters to narrow down targets using tags with 'in' and 'not in' conditions | No | array |
