Hi Community, I'm new to SAS Viya and how it workds. I have a repository containing many SAS related files, jobs and reports. I want to create a python script to use SAS Viya APIs to load the files into SAS Viya. I looked into the documentation and I've found the /files/files endpoint to create a new resource file. I did a successful request by using this endpoint and I see a creationTimeStamp property in the response. However, when I search for the object and open the file in the SAS Environment Manager, I receive the error that SAS Environment Manager. I see the file in the search results. I only used the /files/files endpoint createNewFile | SAS for Developers to create this file. Is this the right approach? In general, what steps do I need to take to import a file to SAS Viya with API requests? Also, can someone tell me how I can distinguish different SAS scripts from each other (reports, jobs, scripts)? Thanks, Mehran
... View more