Fluxguard integration (Data, Developer Tools). Imported from open-connector.
https://api.fluxguard.com/account
/add-page
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The absolute URL that Fluxguard should monitor. |
| siteId | string | optional | The Fluxguard site ID. |
| sessionId | string | optional | The Fluxguard session ID. |
| nickname | string | optional | A nickname for the monitored site or page. |
| categoryIds | array | optional | Fluxguard site category IDs to assign while creating a site. |
/site/{siteId}/session/{sessionId}/crawl
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Fluxguard site ID. |
| sessionId | string | required | The Fluxguard session ID. |
/site/{siteId}/session/{sessionId}/page/{pageId}
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Fluxguard site ID. |
| sessionId | string | required | The Fluxguard session ID. |
| pageId | string | required | The Fluxguard page ID. |
/account/webhook/sample
/account/webhook
/account/webhook
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The webhook URL that Fluxguard should notify. |
| siteCategoryIds | array | optional | Fluxguard site category IDs to associate with the webhook. |
/account/webhook
/account/category
/account/category
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The Fluxguard site category name. |
/site/{siteId}
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Fluxguard site ID. |
/site/{siteId}/session/{sessionId}/page/{pageId}
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The Fluxguard site ID. |
| sessionId | string | required | The Fluxguard session ID. |
| pageId | string | required | The Fluxguard page ID. |