plugins
Create a plugin owned by the specified team. User must be part of that team.
post/plugins
Request body
Example request
{
"team_name": "cloudquery",
"kind": "source",
"name": "aws-source",
"display_name": "AWS Source Plugin",
"short_description": "Sync data from AWS to any destination",
"homepage": "https://cloudquery.io",
"public": true,
"repository": "https://github.com/cloudquery/cloudquery",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
"usd_per_row": "0.00001",
"free_rows_per_month": 10000
}Response
Created
Example response
{
"team_name": "cloudquery",
"name": "aws-source",
"kind": "source",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
"display_name": "AWS Source Plugin",
"repository": "https://github.com/cloudquery/cloudquery",
"short_description": "Sync data from AWS to any destination",
"usd_per_row": "0.0001",
"free_rows_per_month": 1000
}