targetdomains
Download Specsortkey
string
sortdir
string
- Enum
-
- asc
- desc
limit
int
offset
int
oauth
Required Scopes:
admin
Get all target domains
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Response
Success
{
"count": 123,
"items": [
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
]
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursivecount
int
items
array[object]
object
Target domain
id
string
uuid
name
string
Target domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
- Min
- 0
- Max
- 31536000
scan_status
string
- Enum
-
- SCAN_ONGOING
- SCAN_ERROR
- SCAN_COMPLETED
scan_message
string
Scan failure reason
last_scanned
string
date-time
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (auto_onboarding_policy)
id
string
uuid
name
string
endpoints
array[object]
object
type
string
- Enum
-
- AD
- Entra
scan_priority
int
Scanning priority, 0 to disable scanning
- Min
- 1
- Max
- 1000
rotation_priority
int
Rotation priority, 0 to disable rotation
- Min
- 0
- Max
- 2
attribute_mapping
object (attribute_mapping)
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
uri
entra_tenant_id
string
uuid
entra_client_id
string
uuid
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array[string]
string
comment
string
created
string
date-time
author
string
uuid
updated
string
date-time
updated_by
string
uuid
id
string
uuid
name
string
Target domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
- Min
- 0
- Max
- 31536000
scan_status
string
- Enum
-
- SCAN_ONGOING
- SCAN_ERROR
- SCAN_COMPLETED
scan_message
string
Scan failure reason
last_scanned
string
date-time
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (auto_onboarding_policy)
id
string
uuid
name
string
endpoints
array[object]
object
type
string
- Enum
-
- AD
- Entra
scan_priority
int
Scanning priority, 0 to disable scanning
- Min
- 1
- Max
- 1000
rotation_priority
int
Rotation priority, 0 to disable rotation
- Min
- 0
- Max
- 2
attribute_mapping
object (attribute_mapping)
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
uri
entra_tenant_id
string
uuid
entra_client_id
string
uuid
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array[string]
string
comment
string
created
string
date-time
author
string
uuid
updated
string
date-time
updated_by
string
uuid
oauth
Required Scopes:
admin
Create a target domain
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Request
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
Response
Target domain was successfully created
{
"id": "5bf77342-221c-11ee-be56-0242ac120002"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
id
string
uuid
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursivekeywords
string
Space or comma separated list of search keywords
enabled
boolean
periodic_scan
boolean
auto_onboarding
boolean
sortkey
string
sortdir
string
- Enum
-
- asc
- desc
limit
int
offset
int
oauth
Required Scopes:
admin
Create a target domain
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Request
{
"keywords": "string",
"enabled": true,
"periodic_scan": true,
"auto_onboarding": true
}
Response
Success
{
"count": 123,
"items": [
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
]
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursivecount
int
items
array[object]
object
Target domain
id
string
uuid
name
string
Target domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
- Min
- 0
- Max
- 31536000
scan_status
string
- Enum
-
- SCAN_ONGOING
- SCAN_ERROR
- SCAN_COMPLETED
scan_message
string
Scan failure reason
last_scanned
string
date-time
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (auto_onboarding_policy)
id
string
uuid
name
string
endpoints
array[object]
object
type
string
- Enum
-
- AD
- Entra
scan_priority
int
Scanning priority, 0 to disable scanning
- Min
- 1
- Max
- 1000
rotation_priority
int
Rotation priority, 0 to disable rotation
- Min
- 0
- Max
- 2
attribute_mapping
object (attribute_mapping)
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
uri
entra_tenant_id
string
uuid
entra_client_id
string
uuid
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array[string]
string
comment
string
created
string
date-time
author
string
uuid
updated
string
date-time
updated_by
string
uuid
targetDomainID
string
uuid
required
oauth
Required Scopes:
admin
Get target domain
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Response
Success
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursiveid
string
uuid
name
string
Target domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
- Min
- 0
- Max
- 31536000
scan_status
string
- Enum
-
- SCAN_ONGOING
- SCAN_ERROR
- SCAN_COMPLETED
scan_message
string
Scan failure reason
last_scanned
string
date-time
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (auto_onboarding_policy)
id
string
uuid
name
string
endpoints
array[object]
object
type
string
- Enum
-
- AD
- Entra
scan_priority
int
Scanning priority, 0 to disable scanning
- Min
- 1
- Max
- 1000
rotation_priority
int
Rotation priority, 0 to disable rotation
- Min
- 0
- Max
- 2
attribute_mapping
object (attribute_mapping)
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
uri
entra_tenant_id
string
uuid
entra_client_id
string
uuid
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array[string]
string
comment
string
created
string
date-time
author
string
uuid
updated
string
date-time
updated_by
string
uuid
id
string
uuid
name
string
Target domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
- Min
- 0
- Max
- 31536000
scan_status
string
- Enum
-
- SCAN_ONGOING
- SCAN_ERROR
- SCAN_COMPLETED
scan_message
string
Scan failure reason
last_scanned
string
date-time
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (auto_onboarding_policy)
id
string
uuid
name
string
endpoints
array[object]
object
type
string
- Enum
-
- AD
- Entra
scan_priority
int
Scanning priority, 0 to disable scanning
- Min
- 1
- Max
- 1000
rotation_priority
int
Rotation priority, 0 to disable rotation
- Min
- 0
- Max
- 2
attribute_mapping
object (attribute_mapping)
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
uri
entra_tenant_id
string
uuid
entra_client_id
string
uuid
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array[string]
string
comment
string
created
string
date-time
author
string
uuid
updated
string
date-time
updated_by
string
uuid
targetDomainID
string
uuid
required
oauth
Required Scopes:
admin
Modify a target domain
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Request
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
Response
Target domain was successfully modified
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursivetargetDomainID
string
uuid
required
oauth
Required Scopes:
admin
Delete a target domain
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Response
Target domain was successfully deleted
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursiveTrigger target domain account scan
targetDomainID
string
uuid
required
oauth
Required Scopes:
admin
Trigger target domain account scan
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
hostsManage
· Clients with hosts-manage scope -
hostsProvisioning
· Deploy script users -
hostsView
· Clients with hosts-view scope -
service
· Microservice scope - used for communication between PrivX microservices -
user
· Normal users
- Flow Type:
- authorization_code
- Auth URL:
- https://api.x.com/v1/auth/auth
- Token URL:
- https://api.x.com/v1/auth/auth
Response
Target domain account scan was successfully triggered
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
error_code
string
required
Standard error code denoting the error type
- Enum
-
- GENERAL_ERROR
- BAD_REQUEST
- PERMISSION_DENIED
- INVALID_REQUEST_DATA
- REQUIRED_VALUE_MISSING
- VALUE_OUT_OF_BOUNDS
- VALUE_INCORRECT_TYPE
- VALUE_INCORRECT_FORMAT
- VALUE_DUPLICATE
- CONFIGURATION_ERROR
- OUT_OF_RESOURCES
- MAX_LOAD
- TOO_MANY_CONNECTIONS
- DATABASE_ERROR
- CACHE_ERROR
- INTRA_SERVICE_COMMUNICATION_ERROR
error_message
string
Textual, human readable error message
property
string
The property name causing the error
details
array[]
An array of errors describing the error in more detail
reference (error)
recursiveWas this page helpful?