SoftLayer Container KnowledgeLayer QuestionAnswer
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer_Container_KnowledgeLayer_QuestionAnswer models a single question and answer pair from SoftLayer's KnowledgeLayer knowledge base. SoftLayer's backend network interfaces with the KnowledgeLayer to recommend helpful articles when support tickets are created.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
answer
The answer to a question asked on the SoftLayer KnowledgeLayer.
- Type: string
question
A question asked on the SoftLayer KnowledgeLayer.
- Type: string

