...
Note |
---|
title | Local Software Requirements Update |
---|
|
For local installation customers, ProVision versions 7.0.0 and newer have upgraded software requirements (in red, below):
Note on MySQL: We recommend setting the max_allowed_packet setting in the MySQL configuration file to 128MB (or similar) to account for the typical dataset size handled in ProVision. |
...
The License page displays current product license details such as Product, Type, Versions, Expiration, Email, and the option to add/update the 6connect ProVision License Key(s). See Admin Preferences.
...
Current license details for ProVision, and other affiliated 6connect products affiliated products will display.
To add/update a License Key, paste the key provided into the "Update License Key" box, and click "Update License".
...
Expand |
---|
title | Endpoint details: generate_dns... |
---|
|
POST | /ipam/netblocks/generate_dns Generates DNS Zones and records based on the provided netblock | Description: | Returns a list of dns zones and records. If dry_run is provided, no records and zones will be created. | ipam_generate_dns | { | cidr* | [ The IP block in CIDR format string] | group_id | integer($int64) DNS Group ID | domain | string | zone_types | [ DNS Zone type. Use "forward", "reverse" or both string] | record_types | [ DNS Records type. Use "forward", "reverse" or both string] | dry_run | boolean Use this option in order to see if your request is acceptable without committing the changes | } |
|
|
IPAM Soft Merge Netblock
IM-3275: Added APIv2 endpoint: PATCH /ipam/netblocks/{id}/soft_merge
...
Expand |
---|
title | Endpoint details: IPAM Soft Merge... |
---|
|
PATCH | /ipam/netblocks/{id}/soft_merge Merges IP Blocks under an aggregate wherever possible and reports on outcome | Description: | Friendlier, gentler version of /merge API endpoint.This endpoint will merge as much as it can and skip over areas where it cannot cleanly merge blocks together. Returns whether it successfully merged every IP block or just partially, and list all unmerged blocks. | soft_merge_netblock | { | *id* | integer($int64) | *cidr* | string | stopOnResourceMismatch | boolean | stopOnTagMismatch | boolean | stopOnRegionMismatch | boolean | } |
|
|
Resource GET Attribute Updates
...