cURL
curl --request GET \ --url https://api.cloud.onidel.com/startup_scripts/{script_id} \ --header 'Authorization: <api-key>'
{ "script": { "id": "b7e3f1a2-5678-4def-abcd-123456789abc", "name": "Install NGINX", "content": "#!/bin/bash\napt-get update && apt-get install -y nginx", "created": "2024-06-15T08:00:00Z", "updated": "2024-06-15T08:00:00Z" } }
Retrieve a specific startup script by its UUID, including content
Provide the value as: Token <your-api-token>
Token <your-api-token>
Startup Script UUID
Team ID. Default team will be used if not provided.
Successful operation
Show child attributes