X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=osm-openapi.yaml;h=959d47fe6974577c11010bd2b5470438508e39a6;hb=refs%2Fchanges%2F55%2F8655%2F1;hp=eb3f7c60a7cdafd77f8b0a21780c007971352f02;hpb=af79f3cf197e8cf7ca04ce18dd1757c177a1b5bd;p=osm%2FSOL005.git diff --git a/osm-openapi.yaml b/osm-openapi.yaml index eb3f7c6..959d47f 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 servers: - description: OSM NB API - url: https://osm.etsi.org/nbapi/v1.0.0 + url: 'https://osm.etsi.org/nbapi/v1.0.0' info: description: | @@ -29,9 +29,9 @@ tags: description: Management operations of NetSlice Templates - name: 'NetSlice instances' description: Management operations of NetSlice Instances - - name: 'NSPM' - description: Management operations of NSPMs - - name: 'PDU' + - name: 'NS Performance Management' + description: Management operations related to Performance Mangement of NS instances + - name: 'Physical Data Units (PDU)' description: Management operations of PDUs - name: 'Admin' description: Management operations of Administration items @@ -3322,7 +3322,7 @@ paths: type: string get: tags: - - "NSPM" + - "NS Performance Management" summary: Query information about an individual NS PM Job Report description: Query information about an individual NS PM Job Report operationId: getNsPmJobReport @@ -3366,7 +3366,7 @@ paths: '/pdu/v1/pdu_descriptors': get: tags: - - "PDU" + - "Physical Data Units (PDU)" summary: Query information about multiple PDU Descriptors description: Query information about multiple PDU Descriptors operationId: getPDUs @@ -3406,7 +3406,7 @@ paths: $ref: '#/components/responses/UnexpectedError' post: tags: - - "PDU" + - "Physical Data Units (PDU)" summary: Create a new PDU description: Create a new PDU Descriptor operationId: createPDU @@ -3461,7 +3461,7 @@ paths: type: string get: tags: - - "PDU" + - "Physical Data Units (PDU)" summary: Query information about an individual PDU Descriptor description: Query information about an individual PDU Descriptor operationId: getPDU @@ -3501,7 +3501,7 @@ paths: $ref: '#/components/responses/UnexpectedError' patch: tags: - - "PDU" + - "Physical Data Units (PDU)" summary: Modify an individual PDU Descriptor description: Modify an individual PDU Descriptor operationId: editPDU @@ -3536,7 +3536,7 @@ paths: $ref: '#/components/responses/UnexpectedError' delete: tags: - - "PDU" + - "Physical Data Units (PDU)" summary: Delete an individual PDU Descriptor description: Delete an individual PDU Descriptor operationId: deletePDU @@ -5602,7 +5602,7 @@ paths: externalDocs: description: Find out more about OSM - url: 'http://osm.etsi.org/wikipub' + url: 'https://osm.etsi.org/docs/user-guide/' components: responses: @@ -7202,7 +7202,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7236,7 +7236,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7269,7 +7269,7 @@ components: $ref: '#/components/schemas/VimType' vim_url: type: string - format: url # uri? + format: uri vim_tenant_name: type: string vim_user: @@ -7324,7 +7324,7 @@ components: $ref: '#/components/schemas/WimType' wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7354,7 +7354,7 @@ components: $ref: '#/components/schemas/WimType' wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7380,7 +7380,7 @@ components: type: string wim_url: type: string - format: url # uri? + format: uri user: type: string password: @@ -7697,7 +7697,7 @@ components: $ref: '#/components/schemas/K8sRepoType' url: type: string - format: url # uri? + format: uri ArrayOfK8sRepoInfo: type: array items: @@ -7713,7 +7713,7 @@ components: $ref: '#/components/schemas/K8sRepoType' url: type: string - format: url # uri? + format: uri required: - name - type