Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OM2M/Containers"

(Created page with "__TOC__ == Containers resource == The ''containers'' resource corresponds to a collection of ''container'' and ''containerAnnc'' resources. The firt one corresponds to locall...")
 
(Containers resource)
Line 8: Line 8:
 
|-
 
|-
 
| [[OM2M/Attributes#AccessRightID|accessRightID]] || URI || 1 || N/A || O || O
 
| [[OM2M/Attributes#AccessRightID|accessRightID]] || URI || 1 || N/A || O || O
-
+
|-
 
| [[OM2M/Attributes#CreationTime|creationTime]] || DateTime || 1 || N/A || NP || M
 
| [[OM2M/Attributes#CreationTime|creationTime]] || DateTime || 1 || N/A || NP || M
-
+
|-
 
| [[OM2M/Attributes#LastModifiedTime|lastModifiedTime]] || DateTime || 1 || N/A || NP || M
 
| [[OM2M/Attributes#LastModifiedTime|lastModifiedTime]] || DateTime || 1 || N/A || NP || M
-
+
|-
 
| [[OM2M/Container|containerCollection]]|| container || 0..unbounded || N/A || NP || M
 
| [[OM2M/Container|containerCollection]]|| container || 0..unbounded || N/A || NP || M
-
+
|-
 
| [[OM2M/ContainerAnnc|containerAnncCollection]] || containerAnnc || 0..unbounded || N/A || NP || M
 
| [[OM2M/ContainerAnnc|containerAnncCollection]] || containerAnnc || 0..unbounded || N/A || NP || M
-
+
|-
 
| locationCollection || locationContainer || 0..unbounded || N/A || NP || M
 
| locationCollection || locationContainer || 0..unbounded || N/A || NP || M
-
+
|-
 
| locationAnncCollection || locationContainerAnnc || 0..unbounded || N/A || NP || M
 
| locationAnncCollection || locationContainerAnnc || 0..unbounded || N/A || NP || M
-
+
|-
 
| subscriptionsReference || AnyURI || 1 || N/A || NP || M
 
| subscriptionsReference || AnyURI || 1 || N/A || NP || M
 
|}
 
|}

Revision as of 12:43, 16 April 2014

Containers resource

The containers resource corresponds to a collection of container and containerAnnc resources. The firt one corresponds to locally created containers while the second represents remote conatiners residing on the indicated resourceURI that are announced to the local resource.


Name Type Multiplicity Create Update Response
accessRightID URI 1 N/A O O
creationTime DateTime 1 N/A NP M
lastModifiedTime DateTime 1 N/A NP M
containerCollection container 0..unbounded N/A NP M
containerAnncCollection containerAnnc 0..unbounded N/A NP M
locationCollection locationContainer 0..unbounded N/A NP M
locationAnncCollection locationContainerAnnc 0..unbounded N/A NP M
subscriptionsReference AnyURI 1 N/A NP M

Back to the top