X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=plans%2Fdcaegen2-services-slice-analysis-ms%2Ftestsuites%2Fconfig%2Fvescollector%2Fetc%2FexternalRepo%2F3gpp%2Frep%2Fsa5%2FMnS%2Fblob%2FSA88-Rel16%2FOpenAPI%2FheartbeatNtf.yaml;fp=plans%2Fdcaegen2-services-slice-analysis-ms%2Ftestsuites%2Fconfig%2Fvescollector%2Fetc%2FexternalRepo%2F3gpp%2Frep%2Fsa5%2FMnS%2Fblob%2FSA88-Rel16%2FOpenAPI%2FheartbeatNtf.yaml;h=afde5066ddfea6ce040ebee2c28d490e53c6247a;hb=20b23530a59fdad729794164d56a27f2ab3d4614;hp=0000000000000000000000000000000000000000;hpb=9ed698d4522c487445a1ca048f29836c5f59c5e6;p=integration%2Fcsit.git diff --git a/plans/dcaegen2-services-slice-analysis-ms/testsuites/config/vescollector/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml b/plans/dcaegen2-services-slice-analysis-ms/testsuites/config/vescollector/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml new file mode 100644 index 00000000..afde5066 --- /dev/null +++ b/plans/dcaegen2-services-slice-analysis-ms/testsuites/config/vescollector/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml @@ -0,0 +1,23 @@ +openapi: 3.0.1 +info: + title: Heartbeat notification + version: 16.3.0 + description: >- + OAS 3.0.1 specification of the heartbeat notification + © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + All rights reserved. +externalDocs: + description: 3GPP TS 28.532 V16.3.0; Heartbeat notification + url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/ +paths: {} +components: + schemas: + hearbeatNtfPeriod-Type: + type: integer + notifyHeartbeat-NotifType: + allOf: + - $ref: 'provMnS.yaml#/components/schemas/header-Type' + - type: object + properties: + heartbeatNtfPeriod: + $ref: '#/components/schemas/hearbeatNtfPeriod-Type'