Get Sensor Appliance Ids Signature Bundle

Get Sensor Appliance Ids Signature Bundle
Get sensor appliance signature bundle info by id

Get IDS signature bundle info for the sensor appliance with the specified id.

Request
URI
GET
https://{api_host}/sensors/appliances/{appliance-id}/ids-signature-bundle
COPY
Path Parameters
string
appliance-id
Required

Used to identify a sensor appliance.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SensorIdsSignatureBundleInfo of type(s) application/json
{
    "bundle_id": "string",
    "ids_signature_bundle_version": "string",
    "number_of_signatures": 0,
    "_last_modified_time": 0
}
string
bundle_id
Optional

Identifier for the signature bundle.

string
ids_signature_bundle_version
Optional

Signature bundle version for IDS.

integer
number_of_signatures
Optional

Number of IDS signatures.

integer As int64 As int64
_last_modified_time
Optional

Timestamp in milliseconds since epoch.


default

Error

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required

Message describing the error.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sensors/appliances/{appliance-id}/ids-signature-bundle