HC2VPP-339: convert postman collections to v2.1.0 format 37/12837/2
authorMarek Gradzki <mgradzki@cisco.com>
Fri, 1 Jun 2018 05:28:47 +0000 (07:28 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 1 Jun 2018 08:40:47 +0000 (10:40 +0200)
commitfe9af79a0cc1a980ac0dfb35a679f4e8565a5ef5
tree7cca3da294de20ac91f8dac7359103d291a17e2c
parenta3e02660522fb0c97f77f1123cc4058d589a4095
HC2VPP-339: convert postman collections to v2.1.0 format

Mantaining postman collections in v1 format is difficult
due to UID strings.

Postman collection v2 fixes the issue and many others, see
http://blog.getpostman.com/2015/06/05/travelogue-of-postman-collection-format-v2/

Collections in v1 format, were converted
using postman-collection-transformer.
Output was transformed using JSON.stringify with space='\t',
to be compliant with Postman application which does not support
spaces for indentation.

Coverted collections were tested using Postman v6.1.3.

Previous version of postman collections were renamed
to *_v1.0.0.json or *_v2.0.0.json.
Removal is planned in 18.10 (HC2VPP-338).

Change-Id: I6caf496293fccc1f9aadcdece668b5200fe07122
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
40 files changed:
acl/acl_postman_collection.json
acl/acl_postman_collection_v1.0.0.json [new file with mode: 0644]
bgp/bgp-prefix-sid/bgp_prefix_sid_postman_collection.json
bgp/bgp-prefix-sid/bgp_prefix_sid_postman_collection_v1.0.0.json [new file with mode: 0644]
bgp/inet/bgp_inet_postman_collection.json
bgp/inet/bgp_inet_postman_collection_v1.0.0.json [new file with mode: 0644]
dhcp/dhcp_postman_collection.json
dhcp/dhcp_postman_collection_v1.0.0.json [new file with mode: 0644]
examples/docker/bgp_demo/postman_collection.json
examples/docker/bgp_demo/postman_collection_v1.0.0.json [new file with mode: 0644]
examples/docker/mpls_demo/postman_collection.json [changed mode: 0755->0644]
examples/docker/mpls_demo/postman_collection_v2.0.0.json [new file with mode: 0644]
interface-role/interface_role_postman_collection.json
interface-role/interface_role_postman_collection_v1.0.0.json [new file with mode: 0644]
ioam/ioam_postman_collection.json
ioam/ioam_postman_collection_v2.0.0.json [new file with mode: 0644]
l3/impl/l3_postman_collection.json
l3/impl/l3_postman_collection_v1.0.0.json [new file with mode: 0644]
lisp/gpe_postman_collection.json
lisp/gpe_postman_collection_v1.0.0.json [new file with mode: 0644]
lisp/lisp_postman_collection.json
lisp/lisp_postman_collection_v1.0.0.json [new file with mode: 0644]
mpls/mpls_postman_collection.json [changed mode: 0755->0644]
mpls/mpls_postman_collection_v2.0.0.json [new file with mode: 0755]
nsh/nsh_postman_collection.json
nsh/nsh_postman_collection_v1.0.0.json [new file with mode: 0644]
routing/routing_postman_collection.json [changed mode: 0755->0644]
routing/routing_postman_collection_v2.0.0.json [new file with mode: 0755]
v3po/postman_rest_collection.json
v3po/postman_rest_collection_v1.0.0.json [new file with mode: 0644]
v3po/routing_postman_collection.json
v3po/routing_postman_collection_v1.0.0.json [new file with mode: 0644]
v3po/span_postman_collection.json
v3po/span_postman_collection_v1.0.0.json [new file with mode: 0644]
vpp-classifier/policer_postman_collection.json
vpp-classifier/policer_postman_collection_v1.0.0.json [new file with mode: 0644]
vpp-classifier/vpp_classifier_postman_collection.json
vpp-classifier/vpp_classifier_postman_collection_v1.0.0.json [new file with mode: 0644]
vpp-management/vpp_management_postman_collection.json
vpp-management/vpp_management_postman_collection_v1.0.0.json [new file with mode: 0644]