Virima API Specification - MMCCertificateService Services
The requests documented in this section are directed to
MMCCertificateService resources, which represent windows MMC Certificate service..
getAllLocationByIp POST Interface
Method: POST
Relative URL: mmccertificate/get-all-location
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
id | Response | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
GETALLLOCATIONBYIP
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"response":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}
getAllStoresByLocation POST Interface
Method: POST
Relative URL: mmccertificate/get-all-stores-by-location
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
id | Response | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
GETALLSTORESBYLOCATION
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"response":"?"
}
Example Response:
{
"id":216526830,
"response":"?"
}
getAllCertificatesByStore POST Interface
Method: POST
Relative URL: mmccertificate/get-all-certificates-by-store
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
id | Response | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
GETALLCERTIFICATESBYSTORE
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"response":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}