29 lines
337 B
Plaintext
29 lines
337 B
Plaintext
meta {
|
|
name: Add
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/gebox/instance/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: add
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"instance":"DAP Personal Website",
|
|
"domain":"ditaajipratama.net",
|
|
"product":1,
|
|
"status":"pending"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|