---
title: "<b>no_result</b> Primes a query that will not return a response"
method: POST
path: "/prime/{clusterId}#(no_result)"
tags: ["prime"]
---

# <b>no_result</b> Primes a query that will not return a response

`POST /prime/{clusterId}#(no_result)`

## Path parameters

- `clusterId` string, required

## Request body

- PrimeQueryNoResult
  - `when` Query, required
    - `query` string, required
    - `consistency_level` Consistency[]
    - `params` object — Each property is a mapping of parameter name to paramter value. The value can be of any type as simulacron will attempt to map the json value to it's native binary format"
    - `param_types` object — Each property is a mapping of parameter name to parameter type

## Response `201`

PrimedQuery

- PrimeQueryNoResult
  - `when` Query, required
    - `query` string, required
    - `consistency_level` Consistency[]
    - `params` object — Each property is a mapping of parameter name to paramter value. The value can be of any type as simulacron will attempt to map the json value to it's native binary format"
    - `param_types` object — Each property is a mapping of parameter name to parameter type

## Other responses

- `400` — Unable to parse provided query

---

[API](https://skmtc.net/datastax/apis/simulacron-rest-api.md) · [All operations](https://skmtc.net/datastax/apis/simulacron-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datastax/simulacron-rest-api/versions/0a5cd5c466d5/schema)
