Creates a showbacks
POST/c/showback/showbacks/
Creates a new showback entry by accepting a structured request body based on the ShowbackCreate schema. This endpoint is used to define and configure showbacks with optional parameters and metadata.
Request
Path Parameters
A unique integer value identifying this showback.
- application/json
Body
required
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: [tags
, labels
, cost_allocation_tags
]
Possible values: >= -2147483648
and <= 2147483647
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
combined_values
object[]
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: non-empty
and <= 256 characters
Possible values: [tags
, labels
, cost_allocation_tags
]
Possible values: >= -2147483648
and <= 2147483647
{
"id": 0,
"cost_distribution": "string",
"allocation_rules_cost_distribution": "string",
"percentage_allocation_rules_distribution": "string",
"combined_values": [
{
"id": 0,
"combined_values": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"name": "string",
"showback": 0
}
],
"extra_values": [
"string"
],
"tag_keys": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"client_id": 0,
"name": "string",
"removed_showback_values": [
"string"
],
"active": true,
"allocation_tag_type": "tags",
"creator_id": 0,
"owner_id": 0,
"is_locked": true
}