Create a new Profile Vertex.
post
/profileVertex
Create a new Profile Vertex.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
ProfileVertex object to be created.
Root Schema : schema
Type:
Show Source
object
-
businessObjectClass: string
-
createdDate: string
(date)
-
createdUser: string
-
device: integer
(int64)
-
entityId: integer
(int64)
-
entityVersion: integer
(int32)
-
exclude: boolean
-
id: string
-
imageName: string
-
label: string
-
lastModifiedDate: string
(date)
-
lastModifiedUser: string
-
location: integer
(int64)
-
name: string
-
nec: integer
(int64)
-
network: integer
(int64)
-
profile: integer
(int64)
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
vertex: object
Vertex
-
xPos: integer
(int32)
-
yPos: integer
(int32)
Nested Schema : Vertex
Type:
Show Source
object
-
activeEvent: integer
(int64)
-
activeEventDesc: string
-
area: string
-
autoSuggestName: string
-
availablePositions: string
-
businessObjectClass: string
-
category: string
-
circle: string
-
city: string
-
communication: integer
(int64)
-
country: string
-
createdDate: string
(date)
-
createdUser: string
-
deviceIdentifier: string
-
district: string
-
entityId: integer
(int64)
-
entityVersion: integer
(int32)
-
equipmentCategory: string
-
fromNodeSubNetwork: integer
(int64)
-
id: string
-
inventoryStatus: string
-
ipv4: string
-
ipv4Subnet: string
-
ipv6: string
-
ipv6Subnet: string
-
lastModifiedDate: string
(date)
-
lastModifiedUser: string
-
latitude: number
(double)
-
locationCode: string
-
longitude: number
(double)
-
macAddress: string
-
name: string
-
networkStatus: string
-
nodeCategory: string
-
nodeType: string
-
occupiedPositions: string
-
operator: string
-
postalCode: string
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
province: string
-
referenceId: integer
(int64)
-
region: string
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
specName: string
-
state: string
-
subCategory: string
-
subNetworkEntityId: integer
(int64)
-
subNetworkName: string
-
subType: string
-
toNodeSubNetwork: integer
(int64)
-
topologyType: string
-
zoneId: string
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
JSON response after creating the Profile Vertex
Root Schema : schema
Type:
Show Source
object
-
businessObjectClass: string
-
createdDate: string
(date)
-
createdUser: string
-
device: integer
(int64)
-
entityId: integer
(int64)
-
entityVersion: integer
(int32)
-
exclude: boolean
-
id: string
-
imageName: string
-
label: string
-
lastModifiedDate: string
(date)
-
lastModifiedUser: string
-
location: integer
(int64)
-
name: string
-
nec: integer
(int64)
-
network: integer
(int64)
-
profile: integer
(int64)
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
vertex: object
Vertex
-
xPos: integer
(int32)
-
yPos: integer
(int32)
Nested Schema : Vertex
Type:
Show Source
object
-
activeEvent: integer
(int64)
-
activeEventDesc: string
-
area: string
-
autoSuggestName: string
-
availablePositions: string
-
businessObjectClass: string
-
category: string
-
circle: string
-
city: string
-
communication: integer
(int64)
-
country: string
-
createdDate: string
(date)
-
createdUser: string
-
deviceIdentifier: string
-
district: string
-
entityId: integer
(int64)
-
entityVersion: integer
(int32)
-
equipmentCategory: string
-
fromNodeSubNetwork: integer
(int64)
-
id: string
-
inventoryStatus: string
-
ipv4: string
-
ipv4Subnet: string
-
ipv6: string
-
ipv6Subnet: string
-
lastModifiedDate: string
(date)
-
lastModifiedUser: string
-
latitude: number
(double)
-
locationCode: string
-
longitude: number
(double)
-
macAddress: string
-
name: string
-
networkStatus: string
-
nodeCategory: string
-
nodeType: string
-
occupiedPositions: string
-
operator: string
-
postalCode: string
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
province: string
-
referenceId: integer
(int64)
-
region: string
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
specName: string
-
state: string
-
subCategory: string
-
subNetworkEntityId: integer
(int64)
-
subNetworkName: string
-
subType: string
-
toNodeSubNetwork: integer
(int64)
-
topologyType: string
-
zoneId: string
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred