ホーム > ストレージネットワーキング用語集 > Representational State Transfer (REST)
URIによってアドレス指定可能なリソースを定義,アドレス指定し,リソースと対話するための設計原則の集合.この原則に従うアーキテクチャはRESTfulと呼ばれる.原則には,状態からリソースへの抽象化や統一的な表現と操作のセットなどがある(例:リソースを操作する唯一の手段としてのGETやPUTなどのHTTPのリクエスト).RESTfulインタフェースは,RPCに似た傾向があるWBEMなどのウェブサービスインタフェースとは対照的である.
使用分野: Services
A specific set of principles for defining, addressing and interacting with resources addressable by URIs. Architectures that follow these principles are said to be RESTful. The principles include: abstraction of state into resources and a uniform set of representations and operations (e.g., HTTP verbs like GET and PUT as the only means to manipulate a resource). RESTful interfaces are contrasted with Web Services interfaces such as WBEM, which tend to be RPC-like.
CONTEXT [Services]