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/Groups"

Line 12: Line 12:
 
| Attribute Name || Type || Multiplicity || Create || Update || Response
 
| Attribute Name || Type || Multiplicity || Create || Update || Response
 
|-
 
|-
| groupCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M  
+
| groupCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M
 
|-
 
|-
| groupAnncCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M  
+
| groupAnncCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M
 
|-
 
|-
| subscriptionReference || [[OM2M/Group|group]] || 0..unbounded || N/A || NP || M  
+
| subscriptionReference || AnyURI || 0..unbounded || N/A || NP || M
 
|-
 
|-
| || || || || ||  
+
| [[OM2M/Attributes#AccessRightID|accessRightID]] || AnyURI || 0..unbounded || N/A || NP || M
 
|-
 
|-
| || || || || ||  
+
| subscriptionReference || AnyURI || 0..unbounded || N/A || NP || M
 
|-
 
|-
 
| [[OM2M/Attributes#AccessRightID|accessRightID]] || URI || 0..1 || NP || NP || M
 
| [[OM2M/Attributes#AccessRightID|accessRightID]] || URI || 0..1 || NP || NP || M

Revision as of 13:30, 16 April 2014

Groups resource

The Groups resource is a collection of group resources and/or groupAnnc resources. The following combinations are possible:


Attribute Name Type Multiplicity Create Update Response
groupCollection NamedReferenceCollection 0..unbounded N/A NP M
groupAnncCollection NamedReferenceCollection 0..unbounded N/A NP M
subscriptionReference AnyURI 0..unbounded N/A NP M
accessRightID AnyURI 0..unbounded N/A NP M
subscriptionReference AnyURI 0..unbounded N/A NP M
accessRightID URI 0..1 NP NP M

Groups representation

 

Retrieve Groups

Back to the top