Get all plugins available
Example response
[- {
- "plugin": {
- "id": "string",
- "name": "string",
- "created_by": "string",
- "icon_url": "string",
- "description": "string",
- "category": "string",
- "source": "string",
- "image_url": "string",
- "images": [
- "string"
], - "documentation": "string",
- "core": true,
- "enabled": true,
- "plugin_type": "DEFAULT"
}
}
]
Get plugin details for given pluginId
Example response
{- "plugin": {
- "plugin_details": {
- "id": "string",
- "name": "string",
- "created_by": "string",
- "icon_url": "string",
- "description": "string",
- "category": "string",
- "source": "string",
- "image_url": "string",
- "images": [
- "string"
], - "documentation": "string",
- "core": true,
- "enabled": true,
- "plugin_type": "DEFAULT"
}, - "config": "string",
- "exports": {
- "pages": 0,
- "tab_contents": 0,
- "cards": 0,
- "default_entity_types": [
- "string"
], - "export_details": [
- {
- "type": "string",
- "name": "string",
- "add_by_default": true,
- "default_route": "string",
- "layout_schema_specs": { }
}
]
}, - "env_variables": [
- {
- "identifier": "string",
- "env_name": "string",
- "created": 0,
- "updated": 0,
- "type": "Secret",
- "harness_secret_identifier": "string",
- "is_deleted": false
}
], - "saved": true,
- "proxy": [
- {
- "host": "string",
- "proxy": true,
- "selectors": [
- "string"
], - "identifier": "string",
- "pluginId": "string"
}
]
}
}
Get all plugin requests for an account
Returns all plugin requests for an account
{- "plugin_requests": [
- {
- "name": "string",
- "creator": "string",
- "package_link": "string",
- "doc_link": "string"
}
]
}