Commit bb5e3a10 authored by Krit Punpreuk's avatar Krit Punpreuk

Update backup_bsjob.sh

parent b7763153
Pipeline #1532 canceled with stages
#!/bin/bash #!/bin/bash
# First API endpoint - returns an array of strings # First API endpoint - returns an array of strings
API_URL="https://mecas02.igridproject.info/bsapi/jobs" API_URL="https://bscontrolapi/jobs"
# Second API endpoint - combine each element from the first API # Second API endpoint - combine each element from the first API
SECOND_API_URL="https://mecas02.igridproject.info/bsapi/jobs/" SECOND_API_URL="https://bscontrolapi/jobs/"
# Directory to store the response files # Directory to store the response files
SAVE_DIR="save_jobs" SAVE_DIR="save_jobs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment