SLI-API(2016-11-11)

GET /config/SLI-API:test-results/

returns sli.api.TestResults

Status Codes:
Response JSON Object:
  • test-result[].results[] (string)

  • test-result[].test-identifier (string)

POST /config/SLI-API:test-results/

creates sli.api.TestResults

Request JSON Object:
  • test-result[].results[] (string)

  • test-result[].test-identifier (string)

Status Codes:
PUT /config/SLI-API:test-results/

creates or updates sli.api.TestResults

Request JSON Object:
  • test-result[].results[] (string)

  • test-result[].test-identifier (string)

Status Codes:
DELETE /config/SLI-API:test-results/

removes sli.api.TestResults

Status Codes:
POST /config/SLI-API:test-results/SLI-API:test-result/

creates sli.api.testresults.TestResult

Request JSON Object:
  • results[] (string)

  • test-identifier (string)

Status Codes:
GET /config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/

returns sli.api.testresults.TestResult

Parameters:
  • test-identifier (string) – Id of test-result

Status Codes:
Response JSON Object:
  • results[] (string)

  • test-identifier (string)

POST /config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/

creates sli.api.testresults.TestResult

Parameters:
  • test-identifier (string) – Id of test-result

Request JSON Object:
  • results[] (string)

  • test-identifier (string)

Status Codes:
PUT /config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/

creates or updates sli.api.testresults.TestResult

Parameters:
  • test-identifier (string) – Id of test-result

Request JSON Object:
  • results[] (string)

  • test-identifier (string)

Status Codes:
DELETE /config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/

removes sli.api.testresults.TestResult

Parameters:
  • test-identifier (string) – Id of test-result

Status Codes:
GET /operational/SLI-API:test-results/

returns sli.api.TestResults

Status Codes:
Response JSON Object:
  • test-result[].results[] (string)

  • test-result[].test-identifier (string)

GET /operational/SLI-API:test-results/SLI-API:test-result/{test-identifier}/

returns sli.api.testresults.TestResult

Parameters:
  • test-identifier (string) – Id of test-result

Status Codes:
Response JSON Object:
  • results[] (string)

  • test-identifier (string)

POST /operations/SLI-API:execute-graph/
Status Codes:
Response JSON Object:
  • output.ack-final-indicator (string)

  • output.context-memory-json (string)

  • output.response-code (string)

  • output.response-message (string)

POST /operations/SLI-API:healthcheck/
Status Codes:
Response JSON Object:
  • output.ack-final-indicator (string)

  • output.context-memory-json (string)

  • output.response-code (string)

  • output.response-message (string)

POST /operations/SLI-API:vlbcheck/
Status Codes:
Response JSON Object:
  • output.ack-final-indicator (string)

  • output.context-memory-json (string)

  • output.response-code (string)

  • output.response-message (string)