23 lines
312 B
YAML
23 lines
312 B
YAML
info:
|
|
name: SIM
|
|
type: http
|
|
seq: 4
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{baseurl}}/v1/sim/{{iccid}}"
|
|
auth:
|
|
type: bearer
|
|
token: "{{alai_token}}"
|
|
|
|
runtime:
|
|
variables:
|
|
- name: iccid
|
|
value: "8934909001500561503"
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|