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"
    }
}