sites REST Endpoints
inventory/sites
The operations from the inventory/sites category.
- Adds a site
- Method: postPath:
/rest/{versionId}/inventory/device-mgmt/sites - Assign sites
- Method: postPath:
/rest/{versionId}/inventory/device-mgmt/sites/{managingSiteId}/assign - Delete a Site
- Method: deletePath:
/rest/{versionId}/inventory/device-mgmt/sites/{siteId} - Retrieve assigned Sites detail for a Managing Site.
- Method: getPath:
/rest/{versionId}/inventory/device-mgmt/sites/{managingSiteId}/assign - Retrieve Site details by Site name
- Method: getPath:
/rest/{versionId}/inventory/device-mgmt/sites/{siteName} - Retrieves all Sites
- Method: getPath:
/rest/{versionId}/inventory/device-mgmt/sites - Update Site details by Site Id
- Method: putPath:
/rest/{versionId}/inventory/device-mgmt/sites