Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
View BIOS Legal Notice
Use this API to retrieve and display the BIOS legal notice. The legal notice should be accepted before you enable BIOS validation on devices managed by Junos Space Service Now.
URI
https://[host]/api/juniper/servicenow/device-analysis/biosValidations/biosLegalNotice (HTTP method = GET)
Consumes
None
Produces
- application/vnd.juniper.servicenow.device-analysis.biosvalidation.legalnotice+xml;version=1
- application/vnd.juniper.servicenow.device-analysis.biosvalidation.legalnotice+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
notice | String | Text of the BIOS legal notice |
method | String | Method applicable to the BIOS validation resource |
Sample Output
Sample XML Output
<biosValidationLegalNotice> <notice>By enabling and continuing to use Service Now to submit BIOS software running on Juniper products in your network environment ("BIOS") for BIOS integrity checking, you acknowledge and agree that any BIOS test results provided to you in response to your submission that indicate there may be a BIOS anomaly to be further investigated are deemed to be Juniper Confidential Information subject to the confidentiality obligations stated in your Juniper Care and Juniper Care Plus End User Support Agreement. Further, Juniper cannot and does not guarantee that BIOS integrity checking through Service Now will result in increased security of any specific Juniper product or your network environment generally or that it will detect all possible BIOS anomalies. Juniper provides BIOS testing as a convenience to its customers and any BIOS test results are furnished to you "As Is" without any warranties of any kind.</notice> <method href="/api/juniper/servicenow/device-analysis/BIOSValidations/BIOSLegalNotice/accept" /> </biosValidationLegalNotice>
Sample JSON Output
{ "biosValidationLegalNotice": { "notice": "By enabling and continuing to use Service Now to submit BIOS software running on Juniper products in your network environment (\"BIOS\") for BIOS integrity checking, you acknowledge and agree that any BIOS test results provided to you in response to your submission that indicate there may be a BIOS anomaly to be further investigated are deemed to be Juniper Confidential Information subject to the confidentiality obligations stated in your Juniper Care and Juniper Care Plus End User Support Agreement. Further, Juniper cannot and does not guarantee that BIOS integrity checking through Service Now will result in increased security of any specific Juniper product or your network environment generally or that it will detect all possible BIOS anomalies. Juniper provides BIOS testing as a convenience to its customers and any BIOS test results are furnished to you \"As Is\" without any warranties of any kind.", "method": { "-href": "/api/juniper/servicenow/device-analysis/BIOSValidations/BIOSLegalNotice/accept" } } }