Skip to main content

Partial Update Scanning Agent

PATCH 

https://api.probely.com/scanning-agents/:id/

Request

Path Parameters

    id stringrequired

    A unique value identifying this scanning agent.

Body

    name string

    Possible values: <= 255 characters

    teams

    object[]

    nullable

  • Array [

  • id string

    A unique Base58 value identifying this object.

  • ]

Responses

Schema

    id stringrequired
    name stringrequired

    Possible values: <= 255 characters

    installer_generated booleanrequired

    teams

    object[]

    nullable

  • Array [

  • id string

    A unique Base58 value identifying this object.

    name stringrequired
  • ]

  • online booleanrequired
    fallback booleanrequired
    rx_bytes integerrequired
    tx_bytes integerrequired
    latest_handshake integerrequired
curl -L -X PATCH 'https://api.probely.com/scanning-agents/:id/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: JWT <YOUR_API_TOKEN>' \
-d '{
"name": "string",
"teams": [
{
"id": "string"
}
]
}'
Request Collapse all
Base URL
https://api.probely.com
Auth
Parameters
— pathrequired
Body
{
  "name": "string",
  "teams": [
    {
      "id": "string"
    }
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!