Error
A valid request URL is required to generate request examples{
"value": [
{
"HeartbeatInterval": 123,
"NotifyEmail": "<string>",
"NotifyEmailFrom": "<string>",
"NotifyEmailTo": "<string>",
"NotifyEmailSubject": "<string>",
"SMTPServer": "<string>",
"SMTPUser": "<string>",
"SMTPPassword": "<string>",
"SMTPPort": "<string>",
"SMTPSSLMode": "<string>",
"SendStatusReport": true,
"SendReportInterval": "<string>",
"NotifyWindowsEvent": true,
"NotifyStopStart": true,
"ProxyType": "<string>",
"ProxyHost": "<string>",
"ProxyPort": "<string>",
"ProxyUser": "<string>",
"ProxyPassword": "<string>",
"ProxyAuthscheme": "<string>",
"SSOClientId": "<string>",
"SSOClientSecret": "<string>",
"SSOIssuerIdentifier": "<string>",
"SSOScopes": "<string>",
"SSOAudienceURIs": "<string>",
"SSOAuthorizationURL": "<string>",
"SSOTokenURL": "<string>",
"SSOLogoffURL": "<string>",
"SSOIssuerCertificate": "<string>",
"SSOKeyClaim": "<string>",
"SSOTokenSignatureAlgorithm": "<string>",
"SSOResponseMode": "<string>",
"SSOType": "<string>",
"SSOEnabled": "<string>",
"SSOEnableJITProvisioning": "<string>",
"SSODefaultRole": "<string>",
"SyslogEnable": "<string>",
"SyslogRemoteHost": "<string>",
"SyslogRemotePort": "<string>",
"SyslogProtocol": "<string>",
"SysLogEnabledLogs": "<string>",
"SysLogSSLEnabled": "<string>",
"SysLogSSLAcceptServerCert": "<string>",
"SysLogVersion": "<string>",
"SysLogFacility": "<string>",
"SysLogMessageFormat": "<string>",
"uitimeformat": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}プロファイルの取得
指定されたクエリパラメータに一致する profile エンティティのレコードを返します。パラメータが指定されていない場合は、すべてのレコードが返されます。
GET
/
profile
Error
A valid request URL is required to generate request examples{
"value": [
{
"HeartbeatInterval": 123,
"NotifyEmail": "<string>",
"NotifyEmailFrom": "<string>",
"NotifyEmailTo": "<string>",
"NotifyEmailSubject": "<string>",
"SMTPServer": "<string>",
"SMTPUser": "<string>",
"SMTPPassword": "<string>",
"SMTPPort": "<string>",
"SMTPSSLMode": "<string>",
"SendStatusReport": true,
"SendReportInterval": "<string>",
"NotifyWindowsEvent": true,
"NotifyStopStart": true,
"ProxyType": "<string>",
"ProxyHost": "<string>",
"ProxyPort": "<string>",
"ProxyUser": "<string>",
"ProxyPassword": "<string>",
"ProxyAuthscheme": "<string>",
"SSOClientId": "<string>",
"SSOClientSecret": "<string>",
"SSOIssuerIdentifier": "<string>",
"SSOScopes": "<string>",
"SSOAudienceURIs": "<string>",
"SSOAuthorizationURL": "<string>",
"SSOTokenURL": "<string>",
"SSOLogoffURL": "<string>",
"SSOIssuerCertificate": "<string>",
"SSOKeyClaim": "<string>",
"SSOTokenSignatureAlgorithm": "<string>",
"SSOResponseMode": "<string>",
"SSOType": "<string>",
"SSOEnabled": "<string>",
"SSOEnableJITProvisioning": "<string>",
"SSODefaultRole": "<string>",
"SyslogEnable": "<string>",
"SyslogRemoteHost": "<string>",
"SyslogRemotePort": "<string>",
"SyslogProtocol": "<string>",
"SysLogEnabledLogs": "<string>",
"SysLogSSLEnabled": "<string>",
"SysLogSSLAcceptServerCert": "<string>",
"SysLogVersion": "<string>",
"SysLogFacility": "<string>",
"SysLogMessageFormat": "<string>",
"uitimeformat": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}承認
authtoken_headerbasicauthtoken_query
クエリパラメータ
結果に含めるプロパティのカンマ区切りリストです。このフィールドを空のままにすると、すべてのプロパティが返されます。
このプロパティで結果を昇順または降順に並べ替えます。昇順の例:'Name ASC' 降順の例:'Name DESC'
返す結果の件数です。
結果を返す際にスキップする結果のオフセットです。
設定すると、実際の結果ではなく結果の件数が返されます。
特定のプロパティ値で結果をフィルタリングするために使用します。たとえば、名前が 'John' のレコードを取得するには、次のフィルタを使用できます:$filter=Name eq 'John'
レスポンス
profile レスポンス
Show child attributes
Show child attributes
⌘I