Skip to content
Snippets Groups Projects

SOL003 VNF Performance Management - Implementation of deltas between v3.3.1 and v2.7.1

Merged Giacomo Bernini requested to merge 3.3.1-dev-SOL003-VNFPerformanceManagement into 3.3.1-dev
14 files
+ 270
167
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -9,6 +9,7 @@ ${AUTHORIZATION_TOKEN} Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${NEG_AUTHORIZATION} Bearer negativetoken
${CONTENT_TYPE_JSON} application/json
${CONTENT_TYPE_PATCH} application/merge-patch+json
${ACCEPT_JSON} application/json
${AUTH_USAGE} 1
${FIELD_USAGE} 1
@@ -22,6 +23,7 @@ ${apiName} vnfpm
${callback_port} 9091
${callback_uri} http://172.22.1.7:${callback_port}
${unreachable_callback_uri} http://not-reachable-uri
${callback_endpoint} /vnfpm/subscriptions
${callback_endpoint_error} /subs_404
${sleep_interval} 20s
Loading