instance
Download SpecResponse
Get the status of PrivX instance OK
[
{
"component_name": "string",
"component_type": "MICROSERVICE",
"hostname": "localhost",
"status_uri": "/monitor-service/api/v1/status",
"created": "2017-01-01T15:05:05Z",
"status": {
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
}
]
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
Instance status is erroneous
[
{
"component_name": "string",
"component_type": "MICROSERVICE",
"hostname": "localhost",
"status_uri": "/monitor-service/api/v1/status",
"created": "2017-01-01T15:05:05Z",
"status": {
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
null
]
}
}
]
array[object]
- Content Type
- application/json
object
A Component object
component_name
string
string
component_type
string
- Enum
-
- MICROSERVICE
- EXTENDER
hostname
string
string
- Example
- "localhost"
status_uri
string
string
- Example
- "/monitor-service/api/v1/status"
created
string
date-time
When the object was created [TR]
- Example
- "2017-01-01T15:05:05Z"
status
object (status)
Standard error response
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)
recursivearray[object]
- Content Type
- application/json
object
A Component object
component_name
string
string
component_type
string
- Enum
-
- MICROSERVICE
- EXTENDER
hostname
string
string
- Example
- "localhost"
status_uri
string
string
- Example
- "/monitor-service/api/v1/status"
created
string
date-time
When the object was created [TR]
- Example
- "2017-01-01T15:05:05Z"
status
object (status)
Standard error response
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)
recursiveoauth
Required Scopes:
admin
settings-manage
Terminate PrivX instances.
All Scopes
-
admin
· Admin scope - used for built-in PrivX admin account -
logsView
· Admin with logs-view permissions -
service
· Microservice scope - used for communication between PrivX microservices -
settings-manage
· Client with settings-manage permission -
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
Terminated PrivX instances
{}
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
Internal Error occurred while terminate instances
{
"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?