Rubrik API Code Capture

Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.

什么是Rubrik API Code Capture?

Rubrik API Code Capture是由Rubrik开发的Chrome扩展程序,该扩展的主要功能是“Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.”。

扩展截图

screenshot
screenshot
screenshot

下载Rubrik API Code Capture扩展crx文件

下载Rubrik API Code Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        At the heart of the Rubrik API-first architecture is the fact that every action in the Rubrik UI has a corresponding API that is documented and available for use. Or in other words, if you can do it through the Rubrik UI, you can programmatically do the same through an API. While each of those APIs are fully documented, it can still be cumbersome to search through the API documentation to find the APIs you need and then determine which information you need to send with those API calls. This is where the API Code Capture extension comes into play.

The extension captures the API calls that both Rubrik CDM and Polaris UIs issue to their underlying platforms. By opening the extension and monitoring which API calls are used when you manually complete that task in the UI, you can easily answer the question “how do I automate X task?”                    

扩展基本信息

名称 Rubrik API Code Capture Rubrik API Code Capture
ID mobibinbefmieblpnhabghboblgamkbj
官方URL https://chromewebstore.google.com/detail/rubrik-api-code-capture/mobibinbefmieblpnhabghboblgamkbj
简介 Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.
文件大小 1.15 MB
安装次数 1,636
当前版本 1.0.0
更新时间 2020-06-09
上架时间 2020-06-09
评分 5.00/5 共2次评分
开发者 Rubrik
付费类型 free
扩展官网 https://www.rubrik.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rubrik API Code Capture",
    "short_name": "API Code Capture",
    "description": "Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.",
    "author": "Drew Russell <@drusse11>",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "devtools_page": "index.html",
    "icons": {
        "16": "favicon.ico",
        "48": "logo192.png",
        "128": "logo512.png"
    }
}