X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fconsumer%2FConsumerConsts.java;h=48aad131c52f5ccf2e997fe6f15d197d8ddabd24;hb=718fc1767c5534e0606c7ffeb3bb23db6b8d9b0e;hp=d38d6dcae7fdc919f69b8d2d2fc1c3211ac5e700;hpb=6f86ab364ac739951556bf2d5bf70429b518de47;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java index d38d6dca..48aad131 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java @@ -1,9 +1,9 @@ /*- * ========================LICENSE_START================================= - * ONAP : ccsdk oran - * ====================================================================== - * Copyright (C) 2020 Nordix Foundation. All rights reserved. - * ====================================================================== + * O-RAN-SC + * %% + * Copyright (C) 2020 Nordix Foundation + * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -22,10 +22,18 @@ package org.oransc.enrichment.controllers.consumer; public class ConsumerConsts { - public static final String A1E_API_ROOT = "/A1-EI/v1"; - public static final String CONSUMER_API_NAME = "A1-E Enrichment Data Consumer API"; + public static final String CONSUMER_API_NAME = "A1-EI (registration)"; + public static final String CONSUMER_API_DESCRIPTION = "Data consumer EI job registration"; + + public static final String CONSUMER_API_CALLBACKS_NAME = "A1-EI (callbacks)"; + public static final String CONSUMER_API_CALLBACKS_DESCRIPTION = "Data consumer EI job status callbacks"; + + public static final String API_ROOT = "/A1-EI/v1"; public static final String OWNER_PARAM = "owner"; - public static final String OWNER_PARAM_DESCRIPTION = "identifies the owner of the job"; + public static final String OWNER_PARAM_DESCRIPTION = "selects EI jobs for one EI job owner"; + + public static final String EI_TYPE_ID_PARAM = "eiTypeId"; + public static final String EI_TYPE_ID_PARAM_DESCRIPTION = "selects EI jobs of matching EI type"; private ConsumerConsts() { }