Skip to content

Commit

Permalink
Built from ccf221f
Browse files Browse the repository at this point in the history
  • Loading branch information
dmp-netapp authored and IE-Build committed Feb 1, 2025
1 parent 47077da commit ffce4c6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _i18n/ja-jp/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@
<block id="cdb0d512cc3fdc0adc8795b79f91c40f" category="cell">リソースが使用中です。</block>
<block id="e5a1747d44133108641b2ef511e802b0" category="inline-link">ONTAP REST Python GitHub リポジトリ</block>
<block id="62277cb84205b149ab77912513497f3a" category="paragraph"><block ref="62277cb84205b149ab77912513497f3a" category="inline-link-rx"></block></block>
<block id="8ed6428212b41847f33c5db651c2aa70" category="doc">基盤としての REST Web サービス</block>
<block id="b0fcdfb2c58efafaace08609d3e95f6d" category="section-title">リソースと状態の表示</block>
<block id="d2d07b32aecf22c6a25dc91e4b898e5e" category="paragraph">リソースは、 Web ベースシステムの基本コンポーネントです。REST Web サービスアプリケーションを作成する場合、設計の早い段階で次の作業を行います。</block>
<block id="c73e999111ecc4cc9c48709542105db9" category="list-text">システムまたはサーバベースのリソースの識別</block>
Expand Down Expand Up @@ -1982,4 +1981,5 @@
<block id="f1f7a58e7fbfd1ed521da099492f9928" category="paragraph">PowerShellは、ONTAPクラスタの管理を自動化するもう1つのオプションです。</block>
<block id="a96db3613c36742398cc9d0c8e5e717a" category="paragraph">PowerShellは、タスクの自動化と構成管理に使用できるMicrosoftのプログラミング言語です。これには、コマンドラインシェル環境とスクリプト言語が含まれています。</block>
<block id="f8769a3b6c00e170fce8e2d7779f5f7c" category="doc">NetApp Manageability SDKの詳細</block>
<block id="40165cda75e3c737682e919501eec98c" category="doc">REST Webサービスの詳細</block>
</blocks>
6 changes: 3 additions & 3 deletions _index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indexpage:
- title: ONTAP REST API
links:
- title: REST の実装の詳細
url: "/rest/rest_web_services_foundation.html"
url: "/rest/operational_characteristics.html"
- title: RBAC セキュリティ
url: "/rest/rbac_overview.html"
- title: RESTリソースの概要
Expand All @@ -30,9 +30,9 @@ indexpage:
- title: Python クライアントライブラリ
url: "/python/learn-about-pcl.html"
- title: PowerShell Toolkit
url: "/pstk/overview_pstk.html"
url: "/pstk/learn-about-pstk.html"
- title: NetApp Manageability SDK の使用
url: "/sw-tools/nmsdk.html"
url: "/sw-tools/learn-about-nmsdk.html"
- title: REST APIに移行する
links:
- title: ONTAPI無効化
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar: sidebar
permalink: rest/rest_web_services_foundation.html
permalink: get-started/learn-about-rest.html
keywords: REST, web services, transaction, API transaction, request, response
summary: Representational State Transfer ( REST )は、分散 Web アプリケーションの作成に使用される形式です。Web サービス API の設計に適用すると、サーバベースのリソースを公開し、その状態を管理するための一連のテクノロジが確立されます。主流のプロトコルと標準が使用されており、 ONTAP クラスタを管理するための柔軟な基盤が提供されます。
---
= 基盤としての REST Web サービス
= REST Webサービスの詳細
:hardbreaks:
:allow-uri-read:
:nofooter:
Expand Down
2 changes: 2 additions & 0 deletions get-started/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: はじめに
entries:
- title: 自動化オプションを理解する
url: "/get-started/ontap_automation_options.html"
- title: REST Webサービスの詳細
url: "/get-started/learn-about-rest.html"
- title: REST API にアクセスする方法
url: "/get-started/access_rest_api.html"
- title: 最初のONTAP REST API呼び出し
Expand Down
2 changes: 0 additions & 2 deletions rest/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: ONTAP REST API
entries:
- title: REST の実装の詳細
entries:
- title: 基盤としての REST Web サービス
url: "/rest/rest_web_services_foundation.html"
- title: 動作特性
url: "/rest/operational_characteristics.html"
- title: 入力変数
Expand Down
8 changes: 8 additions & 0 deletions store-redirects/rest_web_services_foundation.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
permalink: rest/rest_web_services_foundation.html
redirect: ontap-automation/get-started/learn-about-rest.html
---
=
:allow-uri-read:


0 comments on commit ffce4c6

Please sign in to comment.