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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rubrik API Code Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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