Versions Compared

Key

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

...

<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

...