Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

How to find the physical location and geographical region of the particular resource

オープン
#598 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
api, cloud

調査の方向性

OCI usageapi のドキュメントと、issue に記載された resource-information API のレスポンスから始めます。リソースのリージョンと従量制の使用量フィールドがどのように表現されているかを追跡し、その後、帯域幅使用量の地理的な範囲を示すエンドポイントまたはフィールドがあるか確認します。関連する用語と API パスを文書化するか、OCI がそれを公開していないことを明確に確認できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Usage

For Azure: while getting the resource information from the cloud we are getting the following example-

  1. resource_region: useast , 2. meter_region: North East , meter_type: Bandwidth.
    when the meter type is bandwidth[it is the parameter the datatrasfer is happening in that resource] we were calculating the network traffic cost.
    For OCI:
    In the same way, the resource location is coming from the API response. But how to get the another location for the same resource. Is their any terminology difference to get that regions in OCI.
    As per my knowledge, resource region means physical location of the resource. meter_region means the geographical scope of the usage being metered. By using these two locations and usage quantity we want to calculate the network traffic cost.
    My query is, how to get the geographical scope of the usage being metered.
    Is their any terminology difference in the OCI?
    will you please provide the API to get the another region from where the data transfer is happening?
    currently, we were using usageapi
主要言語
Python
スター
474
フォーク
321
平均マージ
23分
マージ済み PR(30日)
4

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

oracle/oci-python-sdk のほかの issue

oracle/oci-python-sdk の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。