ExportOrbitDataFile
HTTP Request Formats
GET api/resource/{resourceName}/OrbitData/File
To specify the schedule the command shall be sent to:
GET api/schedule/{scheduleName}/resource/{resourceName}/OrbitData/File
Description
The UpdateOrbitData REST API command exports the orbit data for the specified object in the associated STK scenario.
Parameters
| JSON Parameters | Body Format | Description | 
|---|---|---|
| Path | "Path" :"C\MyFiles\Schedules" | Parameter is a string of text in single quotes of the file path of the exported file. More information on the acceptable file path formats can be found here. | 
Examples
Export the orbit data of the FUSE resource in the active schedule with the file name "orbitdata.tle"
		located at "C:\OrbitData\" 
GET api/resource/FUSE/OrbitData/File
Body:
{
"Path" : "C:\OrbitData\orbitdata.tle"
}
Return Message
If activated, a standard response for a successful HTTP response shall appear.
Group Membership
This command belongs to the following group(s):
Version
12.5
