Create a new client key bound to a project. The key's secret and public key are generated by the server.
Request body which must comply to the following JSON Schema:
{
"type" : "object",
"properties" : {
"name" : {
"maxLength" : 64,
"type" : "string",
"description" : "The optional name of the key. If not provided it will be automatically generated.",
"nullable" : true
},
"rateLimit" : {
"type" : "object",
"properties" : {
"count" : {
"minimum" : 0,
"type" : "integer",
"nullable" : true
},
"window" : {
"maximum" : 86400,
"minimum" : 0,
"type" : "integer",
"nullable" : true
}
},
"description" : "Applies a rate limit to cap the number of errors accepted during a given time window. To\ndisable entirely set `rateLimit` to null.\n```json\n{\n \"rateLimit\": {\n \"window\": 7200, // time in seconds\n \"count\": 1000 // error cap\n }\n}\n```"
}
}
}Specify how the response should be mapped to the table output. The following formats are available:
Structured Table: Returns a parsed table with data split into rows and columns.
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Sentry Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!