SetConfig
This method completely replaces the current existing configuration and routes with a new one. The new configuration must be places in a storage account in the cloud, and a SasUrl must be generated. Providing the SasUrl in the direct method triggers a download of the file to the egde device, where it replaces the existing configuration.
Method Name: SetConfig
Payload: This is an example of the payload:
{
"blobSasUrl": "https://tccoldstorage.blob.core.windows.net/configupload/config.json?sp=r&st=2020-09-23T11:55:03Z&se=2021-09-23T19:55:03Z&spr=https&sv=2019-12-12&..."
}
Last updated
Was this helpful?