Rubrik API Code Capture
Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.
O que é Rubrik API Code Capture?
Rubrik API Code Capture é uma extensão do Chrome desenvolvida por Rubrik, e sua principal característica é "Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rubrik API Code Capture
Baixe arquivos de extensão Rubrik API Code Capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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?”
Informações Básicas da Extensão
Nome | Rubrik API Code Capture |
ID | mobibinbefmieblpnhabghboblgamkbj |
URL Oficial | https://chromewebstore.google.com/detail/rubrik-api-code-capture/mobibinbefmieblpnhabghboblgamkbj |
Descrição | Complete a workflow in the Rubrik UI and output the exact APIs used to complete that workflow. |
Tamanho do Arquivo | 1.15 MB |
Contagem de Instalações | 1,636 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-06-09 |
Data de Publicação | 2020-06-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Rubrik |
Tipo de Pagamento | free |
Site da Extensão | https://www.rubrik.com |
Idiomas Suportados | 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" } } |