Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Load Testing
  • Getting started
    • Service overview
    • Agent
    • Agent selection
    • Load generator
    • Load profile
      • Overview
      • URI
      • URIPOST
      • PHANTOM
      • RAW
      • HTTP_JSON
      • GRPC_JSON
    • Testing threads
    • Autostop
    • Resource Check
    • Test agent monitoring
    • Reports
    • Load test regressions
    • Load test results
    • Comparing load test results
    • Test artifacts
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  1. Concepts
  2. Payloads and types
  3. URIPOST

URIPOST

Written by
Yandex Cloud
Updated at July 1, 2024

Type of test data used for describing HTTP POST requests. Used in Pandora and Phantom load generators.

The test data type is specified when creating a test.

Test data starts with request headers in square brackets. Next, the request body size in bytes and the request URI separated by a space are specified on a new line. For example:

[Host: example.com]
[User-Agent: Tank]
5 /route/?rll=50.262025%2C53.276083~50.056015%2C53.495561&origin=1&simplify=1
class
6 /route/?rll=50.262025%2C53.276083~50.056015%2C53.495561&origin=1&simplify=1
hello!
7 /route/?rll=37.565147%2C55.695758~37.412796%2C55.691454&origin=1&simplify=1
uripost

Configuring load generatorsConfiguring load generators

Phantom
Pandora

When configuring the Phantom load generator using a YAML file, specify the uripost type and the path to the file with request headers and endpoints:

phantom:
  ammo_type: uripost # Required, otherwise the load testing tool won't be able to distinguish it from uri-style.
  ammofile: ./ammo.txt # or HTTP link

When configuring the Pandora load generator using a file, specify the uripost type in the ammo section:

config_content:
   pools:
      ammo:
         type: uripost
         file: ./ammo.uripost

When uploading a file with test data via the management console, data types and paths are filled in automatically.

Was the article helpful?

Previous
URI
Next
PHANTOM
© 2025 Direct Cursus Technology L.L.C.