Select to view content in your preferred language

Rest Service for hosted feature service in ArcGIS Enterprise

429
1
Jump to solution
02-23-2024 03:40 AM
AravinthkumarBalasubramanian
New Contributor III

Hello All 😊

I have hosted a feature layer in the ArcGIS Enterprise and I wanted to share the hosted service using rest service. So my URL looks something like this https://portal.ddg-dvb.de/server/rest/services/Hosted/point/FeatureServer

But the client asks for the rest services like this https://services7.arcgis.com/sachfc65vchj5/arcgis/rest/services/

I really don't understand what is the difference between these two. Are there variations in authentication, authorization, data formats, or other aspects? 


The final goal is that client wants to integrate the feature layer in their web based platform. 
Any inputs will be very helpful. Thank you. 🙏

0 Kudos
1 Solution

Accepted Solutions
George_Thompson
Esri Notable Contributor

The URL referencing:  https://services7.arcgis.com/sachfc65vchj5/arcgis/rest/services/ would be one that is coming from ArcGIS Online. If your other URL is available, publicly or could be accessed via UN / PW, then they could add it to their deployment as an item.

Here is some documentation on this for ArcGIS Enterprise: https://enterprise.arcgis.com/en/portal/latest/use/add-item-from-url.htm

--- George T.

View solution in original post

1 Reply
George_Thompson
Esri Notable Contributor

The URL referencing:  https://services7.arcgis.com/sachfc65vchj5/arcgis/rest/services/ would be one that is coming from ArcGIS Online. If your other URL is available, publicly or could be accessed via UN / PW, then they could add it to their deployment as an item.

Here is some documentation on this for ArcGIS Enterprise: https://enterprise.arcgis.com/en/portal/latest/use/add-item-from-url.htm

--- George T.