← Tools Reference

Fluxguard

Fluxguard integration (Data, Developer Tools). Imported from open-connector.

API key12 toolshttps://api.fluxguard.com
GET
fluxguard_get_account
Get account attributes for the authenticated Fluxguard organization.

/account

POST
fluxguard_add_page
Add a URL as a monitored Fluxguard page.

/add-page

5 parameters
ParamTypeRequiredDescription
urlstringrequiredThe absolute URL that Fluxguard should monitor.
siteIdstringoptionalThe Fluxguard site ID.
sessionIdstringoptionalThe Fluxguard session ID.
nicknamestringoptionalA nickname for the monitored site or page.
categoryIdsarrayoptionalFluxguard site category IDs to assign while creating a site.
POST
fluxguard_initiate_crawl
Initiate a Fluxguard crawl for a monitored session.

/site/{siteId}/session/{sessionId}/crawl

2 parameters
ParamTypeRequiredDescription
siteIdstringrequiredThe Fluxguard site ID.
sessionIdstringrequiredThe Fluxguard session ID.
GET
fluxguard_get_page
Get Fluxguard data for a monitored page.

/site/{siteId}/session/{sessionId}/page/{pageId}

3 parameters
ParamTypeRequiredDescription
siteIdstringrequiredThe Fluxguard site ID.
sessionIdstringrequiredThe Fluxguard session ID.
pageIdstringrequiredThe Fluxguard page ID.
GET
fluxguard_get_sample_webhook
Get a sample Fluxguard webhook payload for the authenticated account.

/account/webhook/sample

GET
fluxguard_list_webhooks
List Fluxguard webhooks configured for the authenticated account.

/account/webhook

PUT
fluxguard_upsert_webhook
Create or replace the Fluxguard account webhook.

/account/webhook

2 parameters
ParamTypeRequiredDescription
urlstringrequiredThe webhook URL that Fluxguard should notify.
siteCategoryIdsarrayoptionalFluxguard site category IDs to associate with the webhook.
DELETE
fluxguard_delete_webhook
Delete the Fluxguard account webhook.

/account/webhook

GET
fluxguard_list_categories
List Fluxguard account categories.

/account/category

POST
fluxguard_create_category
Create a Fluxguard site category.

/account/category

1 parameter
ParamTypeRequiredDescription
namestringoptionalThe Fluxguard site category name.
DELETE
fluxguard_delete_site
Delete a Fluxguard monitored site and its associated data.

/site/{siteId}

1 parameter
ParamTypeRequiredDescription
siteIdstringrequiredThe Fluxguard site ID.
DELETE
fluxguard_delete_page
Delete a Fluxguard monitored page and its captured versions.

/site/{siteId}/session/{sessionId}/page/{pageId}

3 parameters
ParamTypeRequiredDescription
siteIdstringrequiredThe Fluxguard site ID.
sessionIdstringrequiredThe Fluxguard session ID.
pageIdstringrequiredThe Fluxguard page ID.