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

(Created page with "__TOC__ == Application resource == This resource represents a registered application. {{CTable}} | Name || Type || Multiplicity || Create || Update ||Response |- | [[OM2M/A...")
 
Line 26: Line 26:
 
|-
 
|-
 
| [[OM2M/Attributes#Iocrequester|Iocrequester]] || || 0..1 || O || O || O
 
| [[OM2M/Attributes#Iocrequester|Iocrequester]] || || 0..1 || O || O || O
 +
|-
 +
| containersReference || collection || 1 || NP || NP || M
 +
|-
 +
| groupsReference || collection || 1 || NP || NP || M
 +
|-
 +
| accessRightsReference || collection || 1 || NP || NP || M
 +
|-
 +
| subscriptionsReference || collection || 1 || NP || NP || M
 +
|-
 +
| notificationChannelsReference || collection || 1 || NP || NP || M
 
|}
 
|}

Revision as of 06:50, 16 April 2014

Application resource

This resource represents a registered application.


Name Type Multiplicity Create Update Response
appId string 1 O NP M
accessRightID URI 0..1 O O O
creationTime Time 1 NP NP M
lastModifiedTime Time 1 NP NP M
expirationTime Time 1 O O M*
searchStrings searchStrings 1 O O M
announceTo URI 0..unbounded O O M*
aPoC URI 0..1 O O O
aPoCPaths URI 0..1 O O O
Iocrequester 0..1 O O O
containersReference collection 1 NP NP M
groupsReference collection 1 NP NP M
accessRightsReference collection 1 NP NP M
subscriptionsReference collection 1 NP NP M
notificationChannelsReference collection 1 NP NP M

Back to the top