python3 graphql_pagination.py -h
usage: graphql_pagination.py [-h] -k FALCON_CLIENT_ID -s FALCON_CLIENT_SECRET [-l LIMIT]
Identity Protection pagination example.
_______ __ _______ __ __ __
| _ .----.-----.--.--.--.--| | _ | |_.----|__| |--.-----.
|. 1___| _| _ | | | | _ | 1___| _| _| | <| -__|
|. |___|__| |_____|________|_____|____ |____|__| |__|__|__|_____|
|: 1 | |: 1 |
|::.. . | |::.. . | FalconPy v1.2.11
`-------' `-------'
_____ ______ _______ __ _ _______ _____ _______ __ __
| | \ |______ | \ | | | | \_/
__|__ |_____/ |______ | \_| | __|__ | |
_____ ______ _____ _______ _______ _______ _______ _____ _____ __ _
|_____] |_____/ | | | |______ | | | | | | \ |
| | \_ |_____| | |______ |_____ | __|__ |_____| | \_|
This sample demonstrates pagination within the IDP service collection using GraphQL syntax.
Creation: 02.15.23 - jshcodes@CrowdStrike
This example requires crowdstrike-falconpy v1.2.11+.
optional arguments:
-h, --help show this help message and exit
-l LIMIT, --limit LIMIT
Number of records to handle per batch
required arguments:
-k FALCON_CLIENT_ID, --falcon_client_id FALCON_CLIENT_ID
CrowdStrike Falcon API client ID
-s FALCON_CLIENT_SECRET, --falcon_client_secret FALCON_CLIENT_SECRET
CrowdStrike Falcon API client Secret