All REST Endpoints
Reconfigure Network Resources/Groom
Create and Process groom activities.
- Create a Groom activity
- Method: postPath:
/groom
- Delete a groom project activity
- Method: deletePath:
/groom/{projectName}/{activityName}
- Get groom activity by Name
- Method: getPath:
/groom/{projectName}/{activityName}
- Process a groom activity
- Method: postPath:
/groom/{projectName}/{activityName}/{task}
Reconfigure Network Resources/Rehome
Create and Process rehome activities.
- Create a Rehome activity
- Method: postPath:
/rehome
- Delete a rehome activity
- Method: deletePath:
/rehome/{projectName}/{activityName}
- Get rehome activity by Name
- Method: getPath:
/rehome/{projectName}/{activityName}
- Process a rehome activity
- Method: postPath:
/rehome/{projectName}/{activityName}/{task}
Reconfigure Network Resources/ReplaceCard
Create and Process replace card activities.
- Create a Replace Card activity
- Method: postPath:
/replacecard
- Delete a replace card activity
- Method: deletePath:
/replacecard/{projectName}/{activityName}
- Get replace card activity by Name
- Method: getPath:
/replacecard/{projectName}/{activityName}
- Process a replace card activity
- Method: postPath:
/replacecard/{projectName}/{activityName}/{task}
Resource
Create, get, update and delete UIM resources, such as equipment, logical devices, telephone numbers, and IP networks.
- Create a Resource
- Method: postPath:
/resource
- Delete a Resource
- Method: deletePath:
/resource/{id}
- Get a Resource by ID
- Method: getPath:
/resource/{id}
- Get Resources
- Method: getPath:
/resource
- Update a Resource
- Method: patchPath:
/resource/{id}
Resource Reservation
Reserve, unreserve, get and update reservations
- Get Reservation by ID
- Method: getPath:
/resourceReservation/resource/id/{id}
- Get Reservations by Reservation Number
- Method: getPath:
/resourceReservation/{reservationNumber}
- Reserve a Resource to a Reservation Number
- Method: postPath:
/resourceReservation/{reservationNumber}/reserveResource
- Reserve Resources under a single Reservation Number
- Method: postPath:
/resourceReservation
- Unreserve Reservations by Reservation Number
- Method: deletePath:
/resourceReservation/{reservationNumber}
- Unreserve Resources
- Method: postPath:
/resourceReservation/unreserveResources
- Update a Reservation
- Method: patchPath:
/resourceReservation/{reservationNumber}
Resource/Connectivity
Create, get, update, process and delete Connectivity
- Create a Connectivity
- Method: postPath:
/connectivity
- Delete a Connectivity
- Method: deletePath:
/connectivity/{connectivityIdentifier}
- Get a Connectivity by connectivityIdentifier or id
- Method: getPath:
/connectivity/{connectivityIdentifier}
- Get Connectivities
- Method: getPath:
/connectivity
- Process a Connectivity
- Method: postPath:
/connectivity/{connectivityIdentifier}/{task}
- Update a Connectivity
- Method: patchPath:
/connectivity/{connectivityIdentifier}
Resource/Custom Network Address
Create, get, update and delete custom network addresses.
- Create a Custom Network Address
- Method: postPath:
/customNetworkAddress
- Delete a Custom Network Address
- Method: deletePath:
/customNetworkAddress/{id}
- Get a Custom Network Address by ID
- Method: getPath:
/customNetworkAddress/{id}
- Get Custom Network Addresses
- Method: getPath:
/customNetworkAddress
- Update a Custom Network Address
- Method: patchPath:
/customNetworkAddress/{id}
Resource/Custom Object
Create, get, update and delete custom objects.
- Create a Custom Object
- Method: postPath:
/customObject
- Delete a Custom Object
- Method: deletePath:
/customObject/{id}
- Get a Custom Object by ID
- Method: getPath:
/customObject/{id}
- Get Custom Objects
- Method: getPath:
/customObject
- Update a Custom Object
- Method: patchPath:
/customObject/{id}
Resource/Device Interface
Create, get, update and delete device interfaces.
- Create Device Interfaces
- Method: postPath:
/deviceInterface
- Delete a Device Interface
- Method: deletePath:
/deviceInterface/{id}
- Get a Device Interface by ID
- Method: getPath:
/deviceInterface/{id}
- Get Device Interfaces
- Method: getPath:
/deviceInterface
- Update a Device Interface
- Method: patchPath:
/deviceInterface/{id}
Resource/Equipment
Create, get, update and delete equipment.
- Create an Equipment Entity
- Method: postPath:
/equipment
- Delete an Equipment Entity
- Method: deletePath:
/equipment/{id}
- Get an Equipment Entity by ID
- Method: getPath:
/equipment/{id}
- Get Equipment
- Method: getPath:
/equipment
- Update a Equipment
- Method: patchPath:
/equipment/{id}
Resource/Equipment Holder
Get and update equipment holders.
- Get Equipment Holder by ID
- Method: getPath:
/equipmentHolder/{id}
- Get Equipment Holders
- Method: getPath:
/equipmentHolder
Resource/Equipment/Associated Resources
Get resources associated with equipment.
- Get Physical Connectors by Equipment
- Method: getPath:
/equipment/{id}/physicalConnectors
- Get Physical Ports by Equipment
- Method: getPath:
/equipment/{id}/physicalPorts
Resource/EquipmentHolder
The operations from the Resource/EquipmentHolder category.
- Update a EquipmentHolder
- Method: patchPath:
/equipmentHolder/{id}
Resource/Flow Identifier
Create, get, update and delete flow identifiers.
- Create a Flow Identifier
- Method: postPath:
/flowIdentifier
- Delete a Flow Identifier
- Method: deletePath:
/flowIdentifier/{id}
- Get a Flow Identifier by ID
- Method: getPath:
/flowIdentifier/{id}
- Get Flow Identifiers
- Method: getPath:
/flowIdentifier
- Update a Flow Identifier
- Method: patchPath:
/flowIdentifier/{id}
Resource/IP Address
Create, get, update and delete IP addresses.
- Create an IPv6 Address
- Method: postPath:
/ipv6Address
- Create IPv4 Addresses
- Method: postPath:
/ipv4Address
- Delete an IPv4 Address
- Method: deletePath:
/ipv4Address/{id}
- Delete an IPv6 Address
- Method: deletePath:
/ipv6Address/{id}
- Get an IPv4 Address by ID
- Method: getPath:
/ipv4Address/{id}
- Get an IPv6 Address by ID
- Method: getPath:
/ipv6Address/{id}
- Get IPv4 Addresses
- Method: getPath:
/ipv4Address
- Get IPv6 Addresses
- Method: getPath:
/ipv6Address
Resource/IP Network
Create, get, update and delete IP networks.
- Create an IP Network
- Method: postPath:
/ipNetwork
- Delete an IP Network
- Method: deletePath:
/ipNetwork/{id}
- Get an IP Network by ID
- Method: getPath:
/ipNetwork/{id}
- Get IP Networks
- Method: getPath:
/ipNetwork
- Update a IP Network
- Method: patchPath:
/ipNetwork/{id}
Resource/IP Subnet
Create, get, update and delete IP subnets.
- Get an IP Subnet by ID
- Method: getPath:
/ipSubnet/{id}
- Get IP Subnets
- Method: getPath:
/ipSubnet
- Update an IP Subnet
- Method: patchPath:
/ipSubnet/{id}
Resource/IP Subnet/Associated Resources
Get resources associated with IP subnets.
- Get IPv4 Addresses by IP Subnet
- Method: getPath:
/ipSubnet/IPV4/{id}/ipAddresses
- Get IPv6 Addresses by IP Subnet
- Method: getPath:
/ipSubnet/IPV6/{id}/ipAddresses
Resource/IPv4 Address
The operations from the Resource/IPv4 Address category.
- Update an IPv4 Address
- Method: patchPath:
/ipv4Address/{id}
Resource/IPv6 Address
The operations from the Resource/IPv6 Address category.
- Update an IPv6 Address
- Method: patchPath:
/ipv6Address/{id}
Resource/Logical Device
Create, get, update and delete logical devices.
- Create Logical Devices
- Method: postPath:
/logicalDevice
- Delete a Logical Device
- Method: deletePath:
/logicalDevice/{id}
- Get a Logical Device by ID
- Method: getPath:
/logicalDevice/{id}
- Get Logical Devices
- Method: getPath:
/logicalDevice
- Move Logical Device with Consumers from one Property Location to another Property Location.
- Method: postPath:
/logicalDevice/updateNetworkEntityLocation/{id}
- Update a Logical Device
- Method: patchPath:
/logicalDevice/{id}
Resource/Logical Device Account
Create, get, update and delete logical device accounts.
- Create Logical Device Accounts
- Method: postPath:
/logicalDeviceAccount
- Delete a Logical Device Account
- Method: deletePath:
/logicalDeviceAccount/{id}
- Get a Logical Device Account by ID
- Method: getPath:
/logicalDeviceAccount/{id}
- Get Logical Device Accounts
- Method: getPath:
/logicalDeviceAccount
- Update a Logical Device Account
- Method: patchPath:
/logicalDeviceAccount/{id}
Resource/Logical Device/Associated Resources
Get resources associated with logical devices.
- Get Device Interfaces by Logical Device
- Method: getPath:
/logicalDevice/{id}/deviceInterfaces
- Get Logical Device Accounts by Logical Device
- Method: getPath:
/logicalDevice/{id}/logicalDeviceAccounts
Resource/Network Address Domain
Create, get, update and delete network address domains.
- Create a Network Address Domain
- Method: postPath:
/networkAddressDomain
- Delete a Network Address Domain
- Method: deletePath:
/networkAddressDomain/{id}
- Get a Network Address Domain by ID
- Method: getPath:
/networkAddressDomain/{id}
- Get Network Address Domains
- Method: getPath:
/networkAddressDomain
- Update a Network Address Domain
- Method: patchPath:
/networkAddressDomain/{id}
Resource/Physical Connector
Create, get, update and delete physical connectors.
- Create a Physical Connector
- Method: postPath:
/physicalConnector
- Delete a Physical Connector
- Method: deletePath:
/physicalConnector/{id}
- Get a Physical Connector by ID
- Method: getPath:
/physicalConnector/{id}
- Get Physical Connectors
- Method: getPath:
/physicalConnector
- Update a Physical Connector
- Method: patchPath:
/physicalConnector/{id}
Resource/Physical Device
Create, get, update and delete logical devices.
- Create a Physical Device
- Method: postPath:
/physicalDevice
- Delete a Physical Device
- Method: deletePath:
/physicalDevice/{id}
- Get a Physical Device by ID
- Method: getPath:
/physicalDevice/{id}
- Get Physical Devices
- Method: getPath:
/physicalDevice
- Update a Physical Device
- Method: patchPath:
/physicalDevice/{id}
Resource/Physical Device/Associated Resources
Get resources associated with physical devices.
- Get Physical Connectors by Physical Device
- Method: getPath:
/physicalDevice/{id}/physicalConnectors
- Get Physical Ports by Physical Device
- Method: getPath:
/physicalDevice/{id}/physicalPorts
Resource/Physical Port
Create, get, update and delete physical ports.
- Create a Physical Port
- Method: postPath:
/physicalPort
- Delete a Physical Port
- Method: deletePath:
/physicalPort/{id}
- Get Physical Port by ID
- Method: getPath:
/physicalPort/{id}
- Get Physical Ports
- Method: getPath:
/physicalPort
- Update a Physical Port
- Method: patchPath:
/physicalPort/{id}
Resource/Pipe
Create, get, update and delete Pipes.
- Create Pipes
- Method: postPath:
/pipe
- Delete a Pipe
- Method: deletePath:
/pipe/{id}
- Get a Pipe by ID
- Method: getPath:
/pipe/{id}
- Get Pipes
- Method: getPath:
/pipe
- Update a Pipe
- Method: patchPath:
/pipe/{id}
Resource/Pipe Termination Point
Get and update Pipe Termination Point.
- Get a PipeTerminationPoint
- Method: getPath:
/pipeTerminationPoint/{id}
- Update a PipeTerminationPoint
- Method: patchPath:
/pipeTerminationPoint/{id}
Resource/Pipe/Pipe Termination Points
Get termination points with pipe.
- Get PipeTerminationPoints by Pipe
- Method: getPath:
/pipe/{id}/terminationPoints
Resource/Telephone Number
Create, get, update and delete telephone numbers.
- Create Telephone Numbers
- Method: postPath:
/telephoneNumber
- Delete a Telephone Number
- Method: deletePath:
/telephoneNumber/{id}
- Get a Telephone Number by ID
- Method: getPath:
/telephoneNumber/{id}
- Get All Telephone Numbers
- Method: getPath:
/telephoneNumber
- Update a Telephone Number
- Method: patchPath:
/telephoneNumber/{id}
Retrieve Paths/Connectivity
Get enabling paths of Connectivity.
- Get enabling paths of Connectivity by id
- Method: getPath:
/paths/connectivity/{id}
Retrieve Paths/Pipe
Get enabling paths of Pipe.
- Get enabling paths of Pipe by ID
- Method: getPath:
/paths/pipe/{id}
Service
Create, get, update and process services.
- Create a Service
- Method: postPath:
/service
- Delete a Service
- Method: deletePath:
/service/{id}
- Get a Service by ID
- Method: getPath:
/service/{id}
- Get Services
- Method: getPath:
/service
- Process a Service
- Method: postPath:
/service/{id}/{task}
- Reverse Update of Consumable Resource
- Method: postPath:
/service/updateResource
- Update a Service
- Method: patchPath:
/service/{id}
Service/Bundle
Create, get, update and process Bundle Service.
- Create/Update a Bundle Service
- Method: postPath:
/bundle
- Get a Bundle Service by ID
- Method: getPath:
/bundle/{id}
- Process a Bundle Service
- Method: postPath:
/bundle/{id}/{task}