costapy/bruno/GeBox/Instance/List.bru
2025-09-17 13:38:08 +07:00

24 lines
222 B
Plaintext

meta {
name: List
type: http
seq: 2
}
post {
url: http://localhost:11000/api/gebox/instance/:alder
body: json
auth: inherit
}
params:path {
alder: list
}
body:json {
{}
}
settings {
encodeUrl: true
}