Get Span Sampling Policy History
Get the version history of a specific sampling policy
Request
URI
GET
https://{api_host}/api/v2/spansamplingpolicy/{id}/history
COPY
Path Parameters
string
id
Required
id
Query Parameters
integer
offset
Optional
Constraints:
default: 0
offset
integer
limit
Optional
Constraints:
default: 100
limit
Responses
200
successful operation
Returns
ResponseContainerHistoryResponse
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"inTrash": false,
"version": 0,
"updateUser": "string",
"updateTime": 0,
"changeDescription": [
"string"
]
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/spansamplingpolicy/{id}/history
On This Page
Span Sampling Policy Operations
GET
Get All Span Sampling Policy
POST
Create Span Sampling Policy
GET
Get All Deleted Span Sampling Policy
GET
Get Span Sampling Policy
PUT
Update Span Sampling Policy
DELETE
Delete Span Sampling Policy
GET
Get Span Sampling Policy History
GET
Get Span Sampling Policy Version
POST
Undelete Span Sampling Policy