[
{
"CITY_NAME": "Brasilia",
"POP": 2207718,
"POP_RANK": 2,
"POP_CLASS": "1,000,000 to 4,999,999",
"LABEL_FLAG": 0,
"shape": {
"x": -47.897705078125,
"y": -15.7921142578125,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Goiania",
"POP": 1171195,
"POP_RANK": 2,
"POP_CLASS": "1,000,000 to 4,999,999",
"LABEL_FLAG": 0,
"shape": {
"x": -49.2550048828125,
"y": -16.72698974609375,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Cuiaba",
"POP": 521934,
"POP_RANK": 3,
"POP_CLASS": "500,000 to 999,999",
"LABEL_FLAG": 0,
"shape": {
"x": -56.093017578125,
"y": -15.614990234375,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Campo Grande",
"POP": 729151,
"POP_RANK": 3,
"POP_CLASS": "500,000 to 999,999",
"LABEL_FLAG": 0,
"shape": {
"x": -54.61590576171875,
"y": -20.45098876953125,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Salto del Guaira",
"POP": 7385,
"POP_RANK": 7,
"POP_CLASS": "Less than 50,000",
"LABEL_FLAG": 0,
"shape": {
"x": -54.2833251953125,
"y": -24.04998779296875,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Encarnacion",
"POP": 74983,
"POP_RANK": 6,
"POP_CLASS": "50,000 to 99,999",
"LABEL_FLAG": 0,
"shape": {
"x": -55.85101318359375,
"y": -27.37701416015625,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Posadas",
"POP": 312060,
"POP_RANK": 4,
"POP_CLASS": "250,000 to 499,999",
"LABEL_FLAG": 0,
"shape": {
"x": -55.906005859375,
"y": -27.39801025390625,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
},
{
"CITY_NAME": "Puerto Maldonado",
"POP": 37543,
"POP_RANK": 7,
"POP_CLASS": "Less than 50,000",
"LABEL_FLAG": 0,
"shape": {
"x": -69.1920166015625,
"y": -12.60302734375,
"z": 0,
"spatialReference": {
"wkid": 4326
}
}
}
]
Hi All,
I am trying to design a Input Reciever in GEP using 'Receive Features on a REST endpoint'.
When Created, the GEP gives me a rest endpoint in HTTP protocol.
e.g. http://<hostname>:6180/geoevent/rest/receiver/<input name>/
Can any one help me create this url in HTTPS mode, as we have set up ArcGIS Server/Portal etc in HTTPS mode.
Jayateerth,
Sorry you didn't get a response sooner, I too have a need for this and in my testing, I was able to replace HTTP with HTTPS and port 6180 with port 6143 and everything worked successfully. I was told at 10.7 GeoEvent will by default display the HTTPS pattern. As long as you have a security cert from a certificate provider and you have HTTPS enabled you will be able to do this. If not then I suggest you read up on the tutorials provided with GeoEvent Server and then you can make the change to your Reciever.