Search for members of a Content Update Policy in your environment by providing an FQL filter and paging details. Returns a set of host details which match the filter criteria.
Search for Content Update Policies in your environment by providing an FQL filter and paging details. Returns a set of Content Update Policies which match the filter criteria.
Sets the precedence of Content Update Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies when updating precedence.
Search for members of a Content Update Policy in your environment by providing an FQL filter and paging details. Returns a set of Agent IDs which match the filter criteria.
Search for Content Update Policies in your environment by providing an FQL filter and paging details. Returns a set of Content Update Policy IDs which match the filter criteria.
queryCombinedContentUpdatePolicyMembers
Search for members of a Content Update Policy in your environment by providing an FQL filter and paging details. Returns a set of host details which match the filter criteria.
PEP8 method name
query_policy_members_combined
Endpoint
Method
Route
/policy/combined/content-update-members/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
id
query
string
The ID of the Content Update Policy to search for members of.
filter
query
string
The filter expression that should be used to limit the results.
offset
query
integer
The offset to start retrieving records from.
limit
query
integer
The maximum records to return. [1-5000]
sort
query
string
The property to sort by.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.
Search for Content Update Policies in your environment by providing an FQL filter and paging details. Returns a set of Content Update Policies which match the filter criteria.
PEP8 method name
query_policies_combined
Endpoint
Method
Route
/policy/combined/content-update/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
filter
query
string
The filter expression that should be used to limit the results.
offset
query
integer
The offset to start retrieving records from.
limit
query
integer
The maximum records to return. [1-5000]
sort
query
string
The property to sort by.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.
Sets the precedence of Content Update Policies based on the order of IDs specified in the request. The first ID specified will have the highest precedence and the last ID specified will have the lowest. You must specify all non-Default Policies when updating precedence.
PEP8 method name
set_precedence
Endpoint
Method
Route
/policy/entities/content-update-precedence/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
body
body
dictionary
Full body payload as JSON formatted dictionary.
ids
body
string or list of strings
ID list in precedence order.
Usage
Service class example (PEP8 syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.set_precedence(ids=id_list)
print(response)
Service class example (Operation ID syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.setContentUpdatePoliciesPrecedence(ids=id_list)
print(response)
Retrieve a set of Content Update Policies by specifying their IDs.
PEP8 method name
get_policies
Endpoint
Method
Route
/policy/entities/content-update/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
ids
query
string or list of strings
Content update policy IDs to return.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.
Usage
Service class example (PEP8 syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.get_policies(ids=id_list)
print(response)
Service class example (Operation ID syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.getContentUpdatePolicies(ids=id_list)
print(response)
Uber class example
fromfalconpyimportAPIHarnessV2falcon=APIHarnessV2(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.command("getContentUpdatePolicies", ids=id_list)
print(response)
createContentUpdatePolicies
Create Content Update Policies by specifying details about the policy to create.
Delete a set of Content Update Policies by specifying their IDs.
PEP8 method name
delete_policies
Endpoint
Method
Route
/policy/entities/content-update/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
ids
query
string or list of strings
Content update policy IDs to remove.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.
Usage
Service class example (PEP8 syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.delete_policies(ids=id_list)
print(response)
Service class example (Operation ID syntax)
fromfalconpyimportContentUpdatePoliciesfalcon=ContentUpdatePolicies(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.deleteContentUpdatePolicies(ids=id_list)
print(response)
Uber class example
fromfalconpyimportAPIHarnessV2falcon=APIHarnessV2(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
id_list='ID1,ID2,ID3'# Can also pass a list here: ['ID1', 'ID2', 'ID3']response=falcon.command("deleteContentUpdatePolicies", ids=id_list)
print(response)
updateContentUpdatePolicies
Update Content Update Policies by specifying the ID of the policy and details to update.
Search for members of a Content Update Policy in your environment by providing an FQL filter and paging details. Returns a set of Agent IDs which match the filter criteria.
PEP8 method name
query_policy_members
Endpoint
Method
Route
/policy/queries/content-update-members/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
id
query
string
The ID of the Content Update Policy to search for members of.
filter
query
string
The filter expression that should be used to limit the results.
offset
query
integer
The offset to start retrieving records from.
limit
query
integer
The maximum records to return. [1-5000]
sort
query
string
The property to sort by.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.
Search for Content Update Policies in your environment by providing an FQL filter and paging details. Returns a set of Content Update Policy IDs which match the filter criteria.
PEP8 method name
query_policies
Endpoint
Method
Route
/policy/queries/content-update/v1
Required Scope
Content-Type
Produces: application/json
Keyword Arguments
Name
Service
Uber
Type
Data type
Description
filter
query
string
The filter expression that should be used to limit the results.
offset
query
integer
The offset to start retrieving records from.
limit
query
integer
The maximum records to return. [1-5000]
sort
query
string
The property to sort by.
parameters
query
dictionary
Full set of query string parameters in a JSON formatted dictionary.