- 印刷する
ターゲット一覧
- 印刷する
ターゲット情報の一覧を取得する。
QUERY PARAMETERS
start | number Default: 0 取得開始位置 (先頭は0) |
length | number Default: 100 取得件数 |
sort | string Default: "name" ソートキー (返却するターゲット情報のキー名のいずれか) |
order | string Default: "asc" Enum: "asc" "desc" ソート順 |
columns | string 取得する項目 (複数指定する場合は","区切り) |
HEADER PARAMETERS
Authorization required | string 認証情報 (付録参照) |
Accept required | string Value: "application/json" レスポンスの形式 |
X-iDoperation-User-Key | string Default: login_id Enum: "id" "login_id" ユーザ識別キー |
X-iDoperation-User-Value | string ユーザ識別情報 |
Responses
RESPONSE SCHEMA: application/json
total required | integer ターゲット件数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
start required | integer 取得開始位置 (先頭は0) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
length required | integer 取得件数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sort required | string ソートキー | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
order required | string ソート順 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects (Target) ターゲット情報 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Response samples
- 200
{- "total": 2,
- "start": 0,
- "length": 2,
- "sort": "name",
- "order": "asc",
- "targets": [
- {
- "id": "92cce7f9-caa4-4577-bda4-3fe91fd4fdd9",
- "name": "My Active Directory",
- "target_group": {
- "id": "0b1f922c-e8e9-4409-b61f-ed91efc0b8bc",
- "name": "Domains"
}, - "type": {
- "id": 1,
- "name": "Active Directory"
}, - "is_account_sync": 1,
- "memo": null,
- "ip_address": "192.168.0.11",
- "port": null,
- "sub_type": 0,
- "database_name": null,
- "database_sid": null,
- "use_secure_connection": 1,
- "use_sudo": 0,
- "use_connect_account": 0,
- "use_key_authentication": 0,
- "use_domain_account": 0,
- "domain_target": null,
- "domain_account": null,
- "administrator_account": "Administrator",
- "administrator_type": null,
- "connect_account": null,
- "connect_timeout": null,
- "command_timeout": null,
- "process_timeout": 300,
- "sql_timeout": null,
- "sync_path": "/NTT-TX/iDoperation",
- "sync_filter": "/Users/Domain Admins:/Builtin/Administrators",
- "domain_name": "idoperation.local",
- "time_zone": "+0900",
- "target_domains": null,
- "domain_account_format": null,
- "version": null,
- "database_id": null,
- "attribute01": null,
- "attribute02": null,
- "attribute03": null,
- "attribute04": null,
- "attribute05": null,
- "attribute06": null,
- "attribute07": null,
- "attribute08": null,
- "attribute09": null,
- "attribute10": null,
- "account_policy": null,
- "use_onetime": 1,
- "account_name_policy": "idope-%3",
- "onetime_ou": "/NTT-TX/iDoperation/One-Time Users",
- "disabled_onetime_ou": "/NTT-TX/iDoperation/One-Time Users",
- "onetime_account_groups": [
- "/Users/Domain Admins"
], - "is_retry": 1,
- "retry_interval": 5,
- "retry_max": 3,
- "redundancy": 0
}, - {
- "id": "7bcfdfb9-9ab4-4f00-b948-055fd55b4950",
- "name": "My Linux",
- "target_group": {
- "id": "5481686d-86cf-41bb-a489-dbb081e9ce37",
- "name": "Root"
}, - "type": {
- "id": 3,
- "name": "Linux"
}, - "is_account_sync": 1,
- "memo": null,
- "ip_address": "192.168.0.101",
- "port": 22,
- "sub_type": 0,
- "database_name": null,
- "database_sid": null,
- "use_secure_connection": 0,
- "use_sudo": 0,
- "use_connect_account": 0,
- "use_key_authentication": 0,
- "use_domain_account": 0,
- "domain_target": null,
- "domain_account": null,
- "administrator_account": "root",
- "administrator_type": null,
- "connect_account": null,
- "connect_timeout": 30,
- "command_timeout": 30,
- "process_timeout": null,
- "sql_timeout": null,
- "sync_path": null,
- "sync_filter": null,
- "domain_name": null,
- "time_zone": "+0900",
- "target_domains": [
- {
- "id": "92cce7f9-caa4-4577-bda4-3fe91fd4fdd9",
- "name": "My Active Directory",
- "ip_address": "192.168.0.11",
- "domain_name": "idoperation.local"
}
], - "domain_account_format": 1,
- "version": null,
- "database_id": null,
- "attribute01": null,
- "attribute02": null,
- "attribute03": null,
- "attribute04": null,
- "attribute05": null,
- "attribute06": null,
- "attribute07": null,
- "attribute08": null,
- "attribute09": null,
- "attribute10": null,
- "account_policy": {
- "id": "320df29f-b211-400a-8850-b8cf184cced3",
- "name": "Strict Account Policy"
}, - "use_onetime": 1,
- "account_name_policy": "idope-%3",
- "onetime_ou": null,
- "disabled_onetime_ou": null,
- "onetime_account_groups": [
- "root",
- "wheel"
], - "is_retry": 1,
- "retry_interval": 5,
- "retry_max": 3,
- "redundancy": 0
}
]
}