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."입니다.
확장 프로그램 스크린샷
Rubrik API Code Capture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |