You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we get a hit, we need to store the "id" as GatewayProfileId for later.
If we do not get a match for the REGION_CONFIG (eg: "name" does not match "IN865" and network server does not match "networkServerID"), we want to create the gateway profile using the following endpoint:
We will want to be capable of posting all Helium profiles in the future (I believe these may be written as chain-vars soon?), but right now, we can hard-code the IN865 entry:
'IN865' => [865.0625, 865.4025, 865.985],
We should set the "name" to IN865 and so our POST looks like this:
We want to load an env variable (eg:
REGION_CONFIG = #{ "IN865" => {"networkServerID", "organizationID"}
) and get existing gateway profiles:GET /api/gateway-profiles
If we get a hit, we need to store the "id" as
GatewayProfileId
for later.If we do not get a match for the REGION_CONFIG (eg: "name" does not match "IN865" and network server does not match "networkServerID"), we want to create the gateway profile using the following endpoint:
POST /api/gateway-profiles
Expected Response
Parameters
We will want to be capable of posting all Helium profiles in the future (I believe these may be written as chain-vars soon?), but right now, we can hard-code the IN865 entry:
We should set the "name" to IN865 and so our POST looks like this:
We will need to store the
response.id
asGatewayProfileId
for later.The text was updated successfully, but these errors were encountered: