Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<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

This is a very important (blocking issue)
#IssueNotes Decision
1This is an open issue
2Do we need a analysis template?is convention for (new) developers to guide them

Toine Siebelink  agreed we do to have consistent study pages 

Agreement 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 required3

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

Class Diagram

...

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


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