You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

References

CPS-2155 - Getting issue details... STATUS

Assumptions

<optional, assumptions are like decision made up front ie. everyone agrees on the answer but they are important to mention>

#AssumptionNotes
1The input parameters for async read/write can be jobId and a list of DataSubJobReplacing the list of FNDs with DataSubJob objec as defined below.

Issues & Decisions

#IssueNotes Decision
1Agreement on DataJob and DataSubJob formats with the team

    The CPS team agreed on the fields for both objects as given below.

2Agreement with stakeholders is also required

<Note. use green for closed issues, yellow for important ones if needed>

Proposed Datastructure for DataJob

NameDescriptionTypeMandatory
jobId

The id of the data job

StringY
dataSubJobsThe object that contains fdn, operation and other details as shown in the table below List of DataSubJobY


Proposed Datastructure for DataSubJob

NameDescriptionTypeMandatory
fdn

Fully Distinguished Name (FDN) is a unique identifier of a managed object (MO) on a network element. 
Defines the resource on which operation is executed.

StringY
operation

Describes the operation to execute. The value can be:

"add",
"replace",
"remove",
"action", 
"read" 

StringY
operationId

Unique identifier of the operation within the request

StringN
attributesAllows selection of specific fields for attributes with complex data type for the operation. List of StringN
scope

ScopeType selects MOs depending on relationships with Base Managed Object.

StringN
filter

The parameter is used to filter the scoped Managed Objects. Only Managed Objects passing the filter criteria will be fetched.

StringN


DataJob Read request (rAPP -> DCM)


Datajob Write request (rAPP -> DCM)




  • No labels