rac_endpoints_partial_update
PATCH/api/v3//rac/endpoints/:pbm_uuid/
Endpoint Viewset
Request
Path Parameters
pbm_uuid uuidrequired
A UUID string identifying this RAC Endpoint.
- application/json
Body
name string
Possible values: non-empty
provider integer
protocol ProtocolEnum (string)
Possible values: [rdp
, vnc
, ssh
]
host string
Possible values: non-empty
settings
property_mappings uuid[]
auth_mode AuthModeEnum (string)
Possible values: [static
, prompt
]
maximum_connections integer
Possible values: >= -2147483648
and <= 2147483647
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
pk uuidrequired
name stringrequired
provider integerrequired
provider_obj
object
required
protocol ProtocolEnum (string)required
Possible values: [rdp
, vnc
, ssh
]
host stringrequired
settings
property_mappings uuid[]
auth_mode AuthModeEnum (string)required
Possible values: [static
, prompt
]
launch_url stringnullablerequired
Build actual launch URL (the provider itself does not have one, just individual endpoints)
maximum_connections integer
Possible values: >= -2147483648
and <= 2147483647
{
"pk": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"provider": 0,
"protocol": "rdp",
"host": "string",
"settings": {},
"property_mappings": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"auth_mode": "static",
"launch_url": "string",
"maximum_connections": 0
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Authorization: http
name: authentiktype: httpscheme: bearer
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP