Skip to content

Contains examples script of how to interact with the CIM Flow platform.

Notifications You must be signed in to change notification settings

DAXGRID/cim-flow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

CIMFlow platform examples

Contains example scripts that showcases interactions with the CIM Flow platform.

How to upload to the CIMFlow platform

Example using the PowerShell 5+

powershell.exe -executionpolicy bypass -file .\upload.ps1 -Files /home/my_user/my_file.xml -Url "https://files.customer_name.cimflow.net/input" -Username "my_username" -Password "mypassword"

Example using the PowerShell 7+

pwsh ./upload.ps1 -Files /home/my_user/my_file.xml -Url "https://files.customer_name.cimflow.net/input" -Username "my_username" -Password "mypassword"

About

Contains examples script of how to interact with the CIM Flow platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published