summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/docs/openapi
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Remove allowReserved from Swagger definitions for CPS & NCMPToineSiebelink1-4/+0
2024-04-10Introduce and handle Operation Too Large Exception for batch operationsToineSiebelink2-3/+16
2024-03-13Modify the get cmHandle api to return dataProducerIdentifier, moduleSetTag, a...JvD_Ericsson1-0/+9
2024-03-13Provide support for data producer identifier during registration (CPS-1964 1)JvD_Ericsson1-0/+3
2024-02-29Add bearer token to NCMP passthrough operations (CPS-2126 #2)danielhanrahan2-1/+14
2024-02-29Remove Http Status 401 for cps core and NCMP(CPS-2126 #3)mpriyank2-36/+0
2024-02-01Extend API: Get Module Definitionshalil.cakal3-8/+26
2023-12-14Merge "Modify cmHandle registration for alternateId"Toine Siebelink1-0/+3
2023-12-13Introduce Schema Set upgrade methodsourabh_sourabh1-0/+1
2023-12-13Modify cmHandle registration for alternateIdleventecsanyi1-0/+3
2023-11-02Initial Registration with trustLevel on NCMPseanbeirne1-0/+4
2023-10-25Update return body of RestOutputCMHandleemaclee1-0/+6
2023-10-11Expose REST endpoint to update YANG schema set using moduleSetTagsourabh_sourabh1-0/+20
2023-09-22Reinstate Spring Boot 3.0 after revertegernug1-2/+2
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink1-5/+5
2023-09-14Migrate CPS to Spring-boot 3.0egernug1-5/+5
2023-09-04Modify inventory using moduleSetTag as optional attributeleventecsanyi1-0/+3
2023-06-26Chsnge to OpenApi 3.0egernug3-12/+8
2023-06-22NCMP : Replacing the word 'Batch' as 'DataOperation'.raviteja.karumuri3-11/+11
2023-05-25NCMP: Update existing Batch endpoint (Moving url param into rest body)sourabh_sourabh3-6/+39
2023-04-27CPS-1553 :REST endpoint to accept collection of cm handles for GET operationsourabh_sourabh3-3/+55
2023-01-30Edit example given for ncmp datastoreseanbeirne1-1/+1
2022-12-01Filter on private properties of CM Handlesleventecsanyi2-0/+33
2022-11-15Query data NCMP-Operational with CPSpathlukegleeson3-3/+46
2022-10-24[NCMP] Add Basic Auth to OpenAPI DefinitionsJosephKeenan2-1/+15
2022-09-07Handle invalid operations on merged datastore endpointbmiklos2-6/+6
2022-09-01Implement merging all ncmp datastore endpoints into onebmiklos3-87/+67
2022-09-01Get all cm handles by DMI plugin Identifieremaclee3-1/+37
2022-08-04Query CM Handles RTDlukegleeson1-2/+2
2022-08-02Merge "Enable/Disable Data Sync for Cm Handle"Joseph Keenan3-1/+36
2022-07-29Query CmHandles using CPS pathlukegleeson2-15/+71
2022-07-28Enable/Disable Data Sync for Cm HandleDylanB95EST3-1/+36
2022-07-04Simplified 'External' lock reason Mappinglukegleeson1-2/+2
2022-06-30Add method to get YANG module sources for CM handleemaclee3-0/+52
2022-06-29Get cm-handle state endpointlukegleeson3-2/+44
2022-06-09Handle errors during cm handle searchkissand1-2/+2
2022-06-08Merge 2 'query' end points in NCMPkissand3-63/+64
2022-05-24Enhanced response with Complex State in APImpriyank1-0/+46
2022-05-20Get cm-handle public properties endpointlukegleeson3-0/+30
2022-04-18Document ncmp-inventory error code in openapiRenu Kumari2-23/+55
2022-04-06Query based on Public CM PropertiesJosephKeenan3-1/+41
2022-04-05[cps] Fix getResourceDataForPassthroughOperational endpointputhuparambil.aditya2-11/+2
2022-04-05Merge "Structured Exception details for DMI"Bruno Sakoto2-1/+40
2022-04-04Structured Exception details for DMImpriyank2-1/+40
2022-04-01Update CM-Handle registration responseRenu Kumari2-2/+53
2022-03-14Merge "Replacing ModelMapper with MapStruct"Toine Siebelink2-2/+2
2022-03-11Merge "Async: NCMP Rest impl. including Request ID generation"Bruno Sakoto2-0/+14
2022-03-10Updated cmhandle registration openapi documentationRenu Kumari1-11/+11
2022-03-10Replacing ModelMapper with MapStructlukegleeson2-2/+2
2022-03-10Async: NCMP Rest impl. including Request ID generationsourabh_sourabh2-0/+14
IntentBasedServicesComponent } from './views/services/intent-based-services/intent-based-services.component'; import { IntentInstanceComponent } from './views/services/intent-based-services/intent-instance/intent-instance.component'; import { SmartCloudLeasedModalComponent } from './views/services/intent-based-services/smart-cloud-leased-modal/smart-cloud-leased-modal.component'; import { CcvpnCreationComponent } from "./views/services/services-list/ccvpn-creation/ccvpn-creation.component"; import { CcvpnDetailComponent } from "./views/services/services-list/ccvpn-detail/ccvpn-detail.component"; import { CreateModelComponent } from "./views/services/services-list/create-model/create-model.component"; import { DeleteModelComponent } from "./views/services/services-list/delete-model/delete-model.component"; import { E2eCreationComponent } from "./views/services/services-list/e2e-creation/e2e-creation.component"; import { E2eDetailComponent } from "./views/services/services-list/e2e-detail/e2e-detail.component"; import { HealModelComponent } from "./views/services/services-list/heal-model/heal-model.component"; import { MdonsCreationComponent } from "./views/services/services-list/mdons-creation/mdons-creation.component"; import { MdonsDetailComponent } from "./views/services/services-list/mdons-detail/mdons-detail.component"; import { ScaleModelComponent } from "./views/services/services-list/scale-model/scale-model.component"; import { ServicesListComponent } from "./views/services/services-list/services-list.component"; import { TopCardComponent } from "./views/services/services-list/top-card/top-card.component"; import { BusinessOrderComponent } from "./views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component"; import { CsmfSlicingBusinessManagementComponent } from "./views/services/slicing-management/csmf-slicing-business-management/csmf-slicing-business-management.component"; import { InputBusinessOrderComponent } from './views/services/slicing-management/csmf-slicing-business-management/input-business-order/input-business-order.component'; import { SlicingManagementComponent } from "./views/services/slicing-management/slicing-management.component"; import { NsiModelComponent } from "./views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component"; import { NsiTableComponent } from "./views/services/slicing-management/slicing-resource-management/nsi-management/nsi-table/nsi-table.component"; import { NssiModelComponent } from "./views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component"; import { NssiTableComponent } from "./views/services/slicing-management/slicing-resource-management/nssi-management/nssi-table/nssi-table.component"; import { SlicingBusinessModelComponent } from "./views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component"; import { SlicingBusinessTableComponent } from "./views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-table/slicing-business-table.component"; import { SlicingResourceManagementComponent } from "./views/services/slicing-management/slicing-resource-management/slicing-resource-management.component"; import { CheckProcessModelComponent } from "./views/services/slicing-management/slicing-task-management/check-process-model/check-process-model.component"; import { SlicingTaskManagementComponent } from "./views/services/slicing-management/slicing-task-management/slicing-task-management.component"; import { SlicingTaskModelComponent } from "./views/services/slicing-management/slicing-task-management/slicing-task-model/slicing-task-model.component"; import { SubnetParamsModelComponent } from "./views/services/slicing-management/slicing-task-management/slicing-task-model/subnet-params-model/subnet-params-model.component"; import { ManageServiceComponent } from "./views/services/sotn-management/manage-service/manage-service.component"; import { MonitorServiceComponent } from "./views/services/sotn-management/monitor-service/monitor-service.component"; import { OrderServiceComponent } from "./views/services/sotn-management/order-service/order-service.component"; import { SotnManagementComponent } from "./views/services/sotn-management/sotn-management.component"; export function HttpLoaderFactory(httpClient: HttpClient) { return new TranslateHttpLoader(httpClient, "./assets/i18n/", ".json"); } registerLocaleData(en); @NgModule({ providers: [ { provide: LocationStrategy, useClass: HashLocationStrategy }, { provide: NZ_I18N, useValue: en_US }, Util, Http, Recorder, ServiceListService, HomesService, onboardService, intentBaseService, networkHttpservice, ManagemencsService, TextService, SlicingTaskServices, // fakeBackendProvider ], declarations: [ AppComponent, HomeComponent, ManagementComponent, ServicesListComponent, OnboardVnfVmComponent, NlpUploadDialogComponent, AlarmComponent, PerformanceComponent, PerformanceVnfComponent, PerformanceVmComponent, DetailsComponent, PieComponent, LineComponent, BarComponent, GraphiclistComponent, E2eCreationComponent, CcvpnNetworkComponent, CcvpnDetailComponent, CcvpnCreationComponent, E2eDetailComponent, CustomerComponent, PerformanceDetailsComponent, FcapsComponent, TestComponent, TopCardComponent, CreateModelComponent, DeleteModelComponent, NotificationComponent, ScaleModelComponent, HealModelComponent, Monitor5gComponent, MonitorManagementService, MonitorFacpsServiceComponent, IntentBasedPredictComponent, IntentBasedServicesComponent, IntentInstanceComponent, CloudLeasedLineComponent, CloudLeasedLineModalComponent, SmartCloudLeasedModalComponent, SlicingManagementComponent, SlicingTaskManagementComponent, SlicingResourceManagementComponent, SlicingTaskModelComponent, SubnetParamsModelComponent, SlicingBusinessTableComponent, BasicInfoComponent, CheckProcessModelComponent, NsiTableComponent, NssiTableComponent, SlicingBusinessModelComponent, NsiModelComponent, NssiModelComponent, CsmfSlicingBusinessManagementComponent, BusinessOrderComponent, InputBusinessOrderComponent, MdonsCreationComponent, MdonsDetailComponent, DisableControlDirective, SotnManagementComponent, OrderServiceComponent, ManageServiceComponent, MonitorServiceComponent, MdonsNetworkComponent, CitySelectComponent, ], imports: [ BrowserModule, FormsModule, ReactiveFormsModule, HttpClientModule, TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: HttpLoaderFactory, deps: [HttpClient], }, }), BrowserAnimationsModule, NgZorroAntdModule.forRoot(), NgxEchartsModule, AppRoutingModule, ], bootstrap: [AppComponent], entryComponents: [ SlicingBusinessModelComponent, NsiModelComponent, NssiModelComponent, ], exports: [FormsModule, ReactiveFormsModule], }) export class AppModule {}