UNPKG

ilink_updater

Version:

34 lines (28 loc) 758 B
{ "config": { "target": "http://localhost:8000", "phases": [ {"duration":60, "arrivalRate": 30} ] }, "scenarios": [ { "name": "Search and buy", "flow": [ { "post": { "url": "/location", "json": {"name":"new lo","description":"fiesc","street_address":"vic","geodiv_2_id":"12","geodiv_3_id":"321"}, "headers": { "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50SWQiOjEsImlhdCI6MTQ3Mjk1NzYwMH0._-BU--dvoCvEFqXBv_AclKiiZGhzhSf9OnliawIvpX8" }, "capture": { "json": "$.id", "as": "id" } } } ] } ] }