TrueSight Network Automation REST API – LoggingPropertiesService
The base URL for the API is:
https://serverName:portNumber/bca-networks/api
logging_properties
{{status subtle="false" colour="Blue" title="GET"/}}
/v4.0/logging_properties
Click here to expand...
| | | | |
|---|
| | Authorization token formatted as 'Bearer [token]' | | |
| | |
|---|
| Unauthorized: Failed to provide a suitable Authorization header or accessToken cookie, or the specified user is not logged in | |
| Forbidden: Not allowed to access logging properties | |
| Not found: Unable to read the logging.properties file | |
| Internal server error: Unexpected exception occurred | |
{{status subtle="false" colour="Yellow" title="PUT"/}}
/v4.0/logging_properties
Click here to expand...
| | | | |
|---|
| | Complete new values for logging properties | | |
| | Authorization token formatted as 'Bearer [token]' | | |
| | |
|---|
| Bad request: Input logging properties are invalid | |
| Unauthorized: Failed to provide a suitable authorization header or accessToken cookie, or the specified user is not logged in | |
| Forbidden: Not allowed to modify the logging properties | |
| Not found: Unable to write the logging.properties file | |
| Internal server error: Unexpected exception occurred | |
{{status subtle="false" colour="Blue" title="GET"/}}
/v4.0/logging_properties/default_logging_properties
Click here to expand...
| | | | |
|---|
| | Authorization token formatted as 'Bearer [token]' | | |
| | |
|---|
| Unauthorized: Failed to provide a suitable Authorization header or accessToken cookie, or the specified user is not logged in | |
| Forbidden: Not allowed to access logging properties | |
| Internal server error: Unexpected exception occurred | |