20 lines
316 B
YAML
20 lines
316 B
YAML
info:
|
|
name: Get Status V2
|
|
type: http
|
|
seq: 2
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{baseUrl}}/status?package_name=com.approagency.ai"
|
|
params:
|
|
- name: package_name
|
|
value: com.approagency.ai
|
|
type: query
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|