-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1611 from SEKOIA-IO/update-automation-library-doc…
…umentation Refresh automation library documentation
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# IPInfo | ||
|
||
![IPInfo](/assets/playbooks/library/ipinfo.png){ align=right width=150 } | ||
|
||
[IPINFO.IO](https://ipinfo.io//) is a database that gives access to daily updates for IP to country and IP to ASN | ||
|
||
## Configuration | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `api_token` | `string` | ipinfo.io token | | ||
|
||
## Triggers | ||
|
||
### Fetch ipinfo.io database | ||
|
||
Upload the ipinfo.io database regularly in json format | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `interval` | `integer` | Interval in hours to wait between each trigger call. Defaults to 24. | | ||
| `chunk_size` | `integer` | Number of items to include in each chunk. Defaults to 10 000. | | ||
|
||
|
||
**Outputs** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `file_path` | `string` | File path of the generated observables | | ||
| `chunk_offset` | `integer` | Offset of the chunk in the full database | | ||
| `chunk_size` | `integer` | Size of the chunk | | ||
|
||
|
||
## Extra | ||
|
||
Module **`IPInfo` v1.0** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters