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 هو إضافة Chrome تم تطويرها بواسطة Rubrik، والميزة الرئيسية لها هي "Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rubrik API Code Capture

قم بتنزيل ملفات الامتداد Rubrik API Code Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}