Returns all the Tags for the given Account ID
OK
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1,
- "version": 5,
- "tags": [
- {
- "identifier": "feature-flag-tag-1",
- "name": "feature-flag-tag-1"
}
]
}
Create Tags for the given identifier
OK
Bad request
Unauthenticated
Unauthorized
The specified resource already exists
Internal server error
{- "identifier": "feature-flag-tag-1",
- "name": "feature-flag-tag-1"
}
{- "details": {
- "governanceMetadata": { }
}
}
Delete Tag for the given identifier and account ID
No content
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
An error with git syncing
Internal server error
{- "code": 404,
- "details": { },
- "message": "Error retrieving projects, organization 'default_org' does not exist"
}
Returns details such as identifier,Associated Feature Flag etc for the given Tag
OK
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "archived": false,
- "createdAt": 0,
- "defaultOffVariation": true,
- "defaultOnVariation": true,
- "description": "A flag to control a new feature in production",
- "envProperties": {
- "ccm": {
- "anomalies": [
- {
- "acknowledgedAt": 0,
- "anomalyId": "123456",
- "costDifference": 123,
- "createdAt": 0,
- "foundAt": 0,
- "isAcknowledged": false,
- "status": "found"
}
], - "perspectiveIdentifier": "123456",
- "perspectiveName": "myCluster"
}, - "defaultServe": {
- "distribution": {
- "bucketBy": "string",
- "variations": [
- {
- "variation": "off-variation",
- "weight": 50
}
]
}, - "variation": "string"
}, - "environment": "string",
- "jiraEnabled": true,
- "modifiedAt": 0,
- "offVariation": "string",
- "pipelineConfigured": true,
- "pipelineDetails": {
- "createdAt": 0,
- "description": "string",
- "identifier": "string",
- "lastUpdatedAt": 0,
- "name": "string"
}, - "pipelineErrorReason": "string",
- "pipelineErrorState": true,
- "rules": [
- {
- "clauses": [
- {
- "attribute": "identifier",
- "id": 32434243,
- "negate": false,
- "op": "starts_with",
- "values": [
- "string"
]
}
], - "priority": 1,
- "ruleId": "string",
- "serve": {
- "distribution": {
- "bucketBy": "string",
- "variations": [
- {
- "variation": null,
- "weight": null
}
]
}, - "variation": "string"
}
}
], - "state": "on",
- "variationMap": [
- {
- "targetSegments": [
- "string"
], - "targets": [
- {
- "identifier": "string",
- "name": "string"
}
], - "variation": "off-variation"
}
], - "version": 0
}, - "evaluation": true,
- "evaluationIdentifier": "on-variation",
- "identifier": "bool-flag",
- "kind": "boolean",
- "modifiedAt": 0,
- "name": "My Boolean Flag",
- "owner": "johndoe",
- "permanent": true,
- "prerequisites": [
- {
- "feature": "string",
- "variations": [
- "string"
]
}
], - "project": "test-project",
- "results": [
- {
- "count": 0,
- "variationIdentifier": "defaultOnVariation",
- "variationName": "Default On Variation"
}
], - "services": [
- {
- "identifier": "string",
- "name": "string"
}
], - "stale": false,
- "staleReason": "matched-criteria",
- "status": {
- "lastAccess": 0,
- "status": "active"
}, - "tags": [
- {
- "identifier": "feature-flag-tag-1",
- "name": "feature-flag-tag-1"
}
], - "variations": [
- {
- "description": "string",
- "identifier": "off-variation",
- "name": "Off VAriation",
- "value": "true"
}, - {
- "description": "string",
- "identifier": "off-variation",
- "name": "Off VAriation",
- "value": "true"
}
]
}