前のセクションのメッセージ API の取得の例を考えてみましょう。 リソースへのパスは users messages で表され、この API の HTTP メソッドは GET で、1 つの項目を返します。 つまり、この API の結果のコマンドは mgc users messages get --user-id <user-id> --message-id <message-id>。
パラメーターの一覧表示
適切なコマンドが見つかったら、 --help オプションを使用して、使用可能なすべてのパラメーターを調べることができます。 たとえば、次のコマンドは、 mgc users messages get コマンドで使用可能なすべてのパラメーターを一覧表示します。
$ mgc --help
Description:
Microsoft Graph CLI
Usage:
mgc [command] [options] [[--] <additional arguments>...]]
Options:
-?, -h, --help Show help and usage information
--version Show version information
Commands:
admin
agreement-acceptances
agreements
app-catalogs
applications
...
$ mgc applications --help
Description:
Provides operations to manage the collection of application entities.
Usage:
mgc applications [command] [options]
Options:
-?, -h, --help Show help and usage information
Commands:
add-key Provides operations to call the addKey method.
add-password Provides operations to call the addPassword method.
app-management-policies Provides operations to manage the appManagementPolicies property of the
microsoft.graph.application entity.
check-member-groups Provides operations to call the checkMemberGroups method.
...