curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rollouts": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"type": "UNKNOWN_ROLLOUT_TYPE",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"segmentKeys": [
"<string>"
],
"segmentOperator": "OR_SEGMENT_OPERATOR",
"value": true
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rollouts": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"type": "UNKNOWN_ROLLOUT_TYPE",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"segmentKeys": [
"<string>"
],
"segmentOperator": "OR_SEGMENT_OPERATOR",
"value": true
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rollouts": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"type": "UNKNOWN_ROLLOUT_TYPE",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"segmentKeys": [
"<string>"
],
"segmentOperator": "OR_SEGMENT_OPERATOR",
"value": true
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rollouts": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"type": "UNKNOWN_ROLLOUT_TYPE",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"segmentKeys": [
"<string>"
],
"segmentOperator": "OR_SEGMENT_OPERATOR",
"value": true
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}