mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 09:42:38 +00:00
Initial checkins
This commit is contained in:
30
README.md
30
README.md
@@ -4,11 +4,33 @@
|
||||
It's UUID value is 0000-0000-0000. Its parent entity must be empty.
|
||||
|
||||
## Entity
|
||||
You must set the parent of an entity.
|
||||
### Creation rules
|
||||
- You must set the parent of an entity.
|
||||
- The only properties you may set at creation are:
|
||||
- name
|
||||
- description
|
||||
- notes
|
||||
- parent
|
||||
|
||||
### Modification rules
|
||||
You may modify the following fields in the POST
|
||||
- name
|
||||
- description
|
||||
- notes
|
||||
You must use the query command parameters to modify other properties
|
||||
- addContact=UUID
|
||||
- delContact=UUID
|
||||
- addLocation=UUID
|
||||
- delLocation=UUID
|
||||
|
||||
## Inventory Tags
|
||||
### Creation rules
|
||||
- Entity must point to an existing non-root entity
|
||||
- If you associate a venue, it must exist
|
||||
|
||||
### Modification rules
|
||||
|
||||
|
||||
## Venue
|
||||
When creating a venue, the top venue must have its entity property set to the owning entity, and its parent property empty.
|
||||
For all sub venues, their entity must be set to empty and its parent entity must be set to the venue above it.
|
||||
|
||||
## Management policy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user