Chart URL Parameters (version 23)
The following URL parameters can be passed in to create links for charts:
- Chart
- TimeDuration
- TimeEnd
- TimeMode
- SourceTag
- SourceTag[]
- InactiveTimeout
Chart
The 'chart' parameter can be used to load a specific chart or a new one. If loading a specific chart, the entire filepath must be included.
http://AxiomServer#chart=Public\Subfolder\ChartName
http://AxiomServer#chart=New
TimeDuration
The 'timeduration' parameter is used to set the duration for the chart. The expected value format is a relative duration or an actual duration. Relative durations are numbers followed by the unit of time. For example,
- 1d = 1 day
- 12h = 12 hours
- 30m = 30 minutes
- 60s = 60 seconds
Standard durations are formated as d.hh:mm:ss where 1.12:00:00 would be 1 day and 12 hours.
https://AxiomServer#chart=ReadOnly\ChartName&timeduration=4h
https://AxiomServer#chart=Private\Canary\ChartName&timeduration=15.00:00:00
TimeEnd
The 'timeend' parameter is used to set the ending datetime of the chart. The expected value format is: MM/DD/YYYY h:mm:ss AM/PM.
http://AxiomServer#chart=Public\ChartName&timeend=08/05/2021 4:30:00 PM
TimeMode
The 'timemode' parameter is used to determine if the chart should be in Live mode or not. The expected value is Pause or Live.
https://AxiomServer#chart=Private\Subfolder\Chartname&timemode=Live
http://AxiomServer#chart=ReadOnly\Subfolder\Chartname&timemode=Pause
SourceTag
The 'sourcetag' parameter is used to add a single tag to a chart. The expected value format is: ServerName.DataSetName.TagName or ViewName.BranchName.TagName.
http://AxiomServer#chart=New&sourcetag=AxiomServer.DataSet.TagName
http://AxiomServer#chart=New&sourcetag=VirtualViewName.Branch1.Branch2.TagName
SourceTag[]
The 'sourcetag[]' parameter is used to add multiple tags to a chart. The expected value format is: ServerName.DataSetName.TagName or ViewName.BranchName.TagName.
http://AxiomServer#chart=New&sourcetag[]=AxiomServer.DataSet.Tag1&sourcetag[]=AxiomServer.DataSet.Tag2
http://AxiomServer#chart=New&sourcetag[]=VirtualViewName.Branch1.Tag1&sourcetag[]=VirtualViewName.Branch1.Branch2.Tag2
InactiveTimeout
The 'inactivetimeout' parameter is used to expire the Axiom session after the user has not performed any activity for the specified period of time. The inactivity time period is specified in milliseconds.
https://AxiomServer#chart=Public\ChartName&inactivetimeout=900000