Get QKB information
get/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}
Returns information for a QKB in a specified execution environment.
1{2 "version": "1",3 "name": "QKB_USPOCH",4 "product": "CI",5 "productVersion": "v27",6 "isDefault": false,7 "creationTimeStamp": "2017-01-06T14:59:27Z",8 "context": "casqkb",9 "environment": "CAS",10 "links": [11 {12 "method": "GET",13 "rel": "self",14 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH",15 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH",16 "type": "application/vnd.sas.data.quality.qkb"17 },18 {19 "method": "GET",20 "rel": "up",21 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs",22 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs",23 "type": "application/vnd.sas.collection",24 "itemType": "application/vnd.sas.data.quality.qkb"25 },26 {27 "method": "GET",28 "rel": "locales",29 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales",30 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales",31 "type": "application/vnd.sas.collection",32 "itemType": "application/vnd.sas.data.quality.locale"33 }34 ]35}
Name | Type | Required | Description |
---|---|---|---|
contextName | string | true | Specifies the name of the execution environment. |
environmentName | string | true | Specifies the name of the execution environment. |
qkbName | string | true | Specifies the name of the QKB in the specified execution environment. |