Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 8.2.0-8.2.1

...

Note
titleLocal Software Requirements Update

For local installation customers, ProVision versions 7.0.0 and newer have upgraded software requirements (in red, below):


Required

Link

Operating System

Linux/BSD/OSX


Apache

 Apache 2.4

http://httpd.apache.org/

PHP

PHP 7.1

http://php.net/downloads.php

MySQL

MySQL 5.7

http://www.mysql.com/downloads/


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
titleEndpoint 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_idinteger($int64)

DNS Group ID

domainstring
zone_types[

DNS Zone type. Use "forward", "reverse" or both

string]
record_types[

DNS Records type. Use "forward", "reverse" or both

string]
dry_runboolean

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
titleEndpoint 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
stopOnResourceMismatchboolean
stopOnTagMismatchboolean
stopOnRegionMismatchboolean
}

Resource GET Attribute Updates

...