23 lines
227 B
Plaintext
23 lines
227 B
Plaintext
meta {
|
|
name: post_system_reboot
|
|
type: http
|
|
seq: 32
|
|
}
|
|
|
|
post {
|
|
url: http://192.168.68.1:3000/api/system/reboot
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"delay_seconds": 3
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|