Merge branch 'master' of github.com:khussein/keystone
This commit is contained in:
commit
d7e4a6b3fe
File diff suppressed because it is too large
Load Diff
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<baseURL xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
id="111114"
|
||||
userType="NAST"
|
||||
serviceName="cloudFiles"
|
||||
region="DFW"
|
||||
publicURL="https://storage.clouddrive.com/v1"
|
||||
internalURL="https://storage-snet.clouddrive.com/v1"
|
||||
adminURL="https://storage-snet.clouddrive.com/v1"
|
||||
default="true"/>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<baseURLRef xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
id="111114"
|
||||
href="https://storage-snet.clouddrive.com/v1"
|
||||
v1Default="true"/>
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"customerId": "RCN-000-000-000",
|
||||
"name": "Test Application2"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<client xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
name="Test Application2"
|
||||
customerId="RCN-000-000-000">
|
||||
</client>
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"credentials": {
|
||||
"clientSecret": "3af738fbeiwu23"
|
||||
},
|
||||
"clientId": "ab4820dhcb39347",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"name": "Test Application2",
|
||||
"inum": "@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<client xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
softDeleted="false"
|
||||
locked="false"
|
||||
status="ACTIVE"
|
||||
inum="@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001"
|
||||
name="Test Application2"
|
||||
customerId="RCN-000-000-000"
|
||||
clientId="ab4820dhcb39347">
|
||||
<credentials clientSecret="3af738fbeiwu23" />
|
||||
</client>
|
@ -1,9 +0,0 @@
|
||||
{"user":
|
||||
{
|
||||
"password": "P@ssword1",
|
||||
"id": "jqsmith",
|
||||
"tenantId": "12234",
|
||||
"email": "john.smith@example.org",
|
||||
"enabled" : true
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"password": "P@ssword1",
|
||||
"username": "jqsmith",
|
||||
"tenantId": "12234",
|
||||
"email": "john.smith@example.org",
|
||||
"enabled" : true
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<user xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
email="john.smith@example.org"
|
||||
tenantId="1234"
|
||||
username="jqsmith"
|
||||
enabled="true"
|
||||
password="C@n+f001me!" />
|
@ -1,8 +0,0 @@
|
||||
{"user":
|
||||
{
|
||||
"password": "P@ssword1",
|
||||
"id": "jqsmith",
|
||||
"tenantId": "12234",
|
||||
"email": "john.smith@example.org"
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<user xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
email="john.smith@example.org" tenantId="1234"
|
||||
id="jqsmith" password="C@n+f001me!"/>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<user xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
email="john.smith@example.org"
|
||||
tenantId="1234" id="jqsmith"
|
||||
enabled="true" password="C@n+f001me!"/>
|
@ -15,34 +15,5 @@
|
||||
"username": "jqsmith",
|
||||
"tenantId": "1234",
|
||||
}
|
||||
"serviceCatalog" : {
|
||||
"cloudFiles" : [
|
||||
{
|
||||
"region" : "DFW",
|
||||
"publicURL" : "https://storage.clouddrive.com/v1/MossoCloudFS_blah-blah",
|
||||
"internalURL" : "https://storage-snet.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
},
|
||||
{
|
||||
"region" : "ORD",
|
||||
"publicURL" : "https://otherstorage.clouddrive.com/v1/MossoCloudFS_blah-blah",
|
||||
"internalURL" : "https://otherstorage-snet.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
}
|
||||
],
|
||||
"cloudFilesCDN" : [
|
||||
{
|
||||
"region" : "DFW",
|
||||
"publicURL" : "https://cdn.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
},
|
||||
{
|
||||
"region" : "ORD",
|
||||
"publicURL" : "https://othercdn.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
}
|
||||
],
|
||||
"cloudServers" : [
|
||||
{
|
||||
"publicURL" : "https://servers.api.rackspacecloud.com/v1.0/322781"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,28 +7,4 @@
|
||||
<group tenantId="1245" name="Admin"/>
|
||||
</groups>
|
||||
</user>
|
||||
<serviceCatalog>
|
||||
<service name="cloudFiles">
|
||||
<endpoint
|
||||
region="DFW"
|
||||
publicURL="https://storage.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
internalURL="https://storage-snet.clouddrive.com/v1/MossoCloudFS_blah-blah"/>
|
||||
<endpoint
|
||||
region="ORD"
|
||||
publicURL="https://otherstorage.clouddrive.com/v1/MossoCloudFS_blah-blah"
|
||||
internalURL="https://otherstorage-snet.clouddrive.com/v1/MossoCloudFS_blah-blah"/>
|
||||
</service>
|
||||
<service name="cloudFilesCDN">
|
||||
<endpoint
|
||||
region="DFW"
|
||||
publicURL="https://cdn.clouddrive.com/v1/MossoCloudFS_blah-blah"/>
|
||||
<endpoint
|
||||
region="ORD"
|
||||
publicURL="https://othercdn.clouddrive.com/v1/MossoCloudFS_blah-blah"/>
|
||||
</service>
|
||||
<service name="cloudServers">
|
||||
<endpoint
|
||||
publicURL="https://servers.api.rackspacecloud.com/v1.0/322781"/>
|
||||
</service>
|
||||
</serviceCatalog>
|
||||
</auth>
|
||||
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "Bad Request!",
|
||||
"details": "Error Details...",
|
||||
"code": 400
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<badRequest xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="400">
|
||||
<message>Bad Request!</message>
|
||||
<details>Error Details...</details>
|
||||
</badRequest>
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"baseURLRefs" : [
|
||||
{
|
||||
"id" : 1,
|
||||
"href" : "https://auth.api.rackspacecloud.com/v1.1/baseURLs/1",
|
||||
"v1Default" : true
|
||||
},
|
||||
{
|
||||
"id" : 2,
|
||||
"href" : "https://auth.api.rackspacecloud.com/v1.1/baseURLs/2"
|
||||
},
|
||||
{
|
||||
"id" : 3,
|
||||
"href" : "https://auth.api.rackspacecloud.com/v1.1/baseURLs/3",
|
||||
"v1Default" : true
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"href" : "https://auth.api.rackspacecloud.com/v1.1/baseURLs/4"
|
||||
},
|
||||
{
|
||||
"id" : 5,
|
||||
"href" : "https://auth.api.rackspacecloud.com/v1.1/baseURLs/5",
|
||||
"v1Default" : true
|
||||
}
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<baseURLRefs xmlns="http://docs.rackspacecloud.com/auth/api/v1.1">
|
||||
<baseURLRef
|
||||
href="https://auth.api.rackspacecloud.com/v1.1/baseURLs/1"
|
||||
id="1"
|
||||
v1Default="true" />
|
||||
<baseURLRef
|
||||
href="https://auth.api.rackspacecloud.com/v1.1/baseURLs/2"
|
||||
id="2" />
|
||||
<baseURLRef
|
||||
href="https://auth.api.rackspacecloud.com/v1.1/baseURLs/3"
|
||||
id="3"
|
||||
v1Default="true" />
|
||||
<baseURLRef
|
||||
href="https://auth.api.rackspacecloud.com/v1.1/baseURLs/4"
|
||||
id="4" />
|
||||
<baseURLRef
|
||||
href="https://auth.api.rackspacecloud.com/v1.1/baseURLs/5"
|
||||
id="5"
|
||||
v1Default="true" />
|
||||
</baseURLRefs>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"id": 111111,
|
||||
"href": "https://idm.rackspace.com/v1.0/baseurls/111111",
|
||||
"v1Default": true
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<baseURLRef xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
id="111111"
|
||||
href="https://idm.rackspace.com/v1.0/baseurls/111111"
|
||||
v1Default="true" />
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": 111111,
|
||||
"userType": "NAST",
|
||||
"serviceName": "cloudFiles",
|
||||
"region": "DFW",
|
||||
"publicURL": "https://storage.clouddrive.com/v1",
|
||||
"internalURL": "https://storage-snet.clouddrive.com/v1",
|
||||
"adminURL": null,
|
||||
"default": true
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Response xmlns="http://10.127.7.164/v1.0/baseurls/111111"
|
||||
adminURL="https://storage-snet.clouddrive.com/v1"
|
||||
default="true"
|
||||
id="111111"
|
||||
internalURL="https://storage-snet.clouddrive.com/v1"
|
||||
publicURL="https://storage.clouddrive.com/v1"
|
||||
region="DFW"
|
||||
serviceName="cloudFiles"
|
||||
userType="NAST"/>
|
||||
|
@ -1,22 +0,0 @@
|
||||
{"baseURL": [
|
||||
{
|
||||
"id": 111111,
|
||||
"userType": "NAST",
|
||||
"serviceName": "cloudFiles",
|
||||
"region": "DFW",
|
||||
"publicURL": "https://storage.clouddrive.com/v1",
|
||||
"internalURL": "https://storage-snet.clouddrive.com/v1",
|
||||
"adminURL": null,
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"id": 222222,
|
||||
"userType": "MOSSO",
|
||||
"serviceName": "cloudServers",
|
||||
"region": null,
|
||||
"publicURL": "https://servers.api.rackspacecloud.com/v1.0",
|
||||
"internalURL": null,
|
||||
"adminURL": null,
|
||||
"default": true
|
||||
}
|
||||
]}
|
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<baseURLs xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<baseURL
|
||||
id="111111"
|
||||
userType="NAST"
|
||||
serviceName="cloudFiles"
|
||||
region="DFW"
|
||||
publicURL="https://storage.clouddrive.com/v1"
|
||||
internalURL="https://storage-snet.clouddrive.com/v1"
|
||||
default="true"/>
|
||||
<baseURL
|
||||
id="222222"
|
||||
userType="MOSSO"
|
||||
serviceName="cloudServers"
|
||||
publicURL="https://servers.api.rackspacecloud.com/v1.0"
|
||||
default="true"/>
|
||||
</baseURLs>
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"clientSecret" : "eca2d413a1790dc6473842ab5a49387a29996757"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<clientCredentials xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
clientSecret="c582fe94dda4c0da19bf234c504db0b63df96daa" />
|
@ -1,16 +0,0 @@
|
||||
{ "permissions": {
|
||||
"permission": [
|
||||
{
|
||||
"resourceId": "addCustomer",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"clientId": "IDM"
|
||||
}
|
||||
]},
|
||||
"clientId": "ab4820dhcb39347",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"name": "Test Application2",
|
||||
"inum": "@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<client xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
softDeleted="false"
|
||||
locked="false"
|
||||
status="ACTIVE"
|
||||
iname="@Rackspace*Rackspace*ControlPanel"
|
||||
inum="@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001"
|
||||
name="Test Application2"
|
||||
customerId="RCN-000-000-000"
|
||||
clientId="ab4820dhcb39347">
|
||||
<permissions>
|
||||
<permission clientId="IDM"
|
||||
customerId="RCN-000-000-000"
|
||||
resourceId="addCustomer" />
|
||||
</permissions>
|
||||
</client>
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"name" : "Admin"
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<group xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
tenantId="1234"
|
||||
name="Admin" />
|
@ -1,6 +0,0 @@
|
||||
{"group": [
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"name" : "Admin"
|
||||
}]
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<groups xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<group xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
tenantId="1234"
|
||||
name="Admin" />
|
||||
</groups>
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"softDeleted": "true"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<client xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
softDeleted="true" />
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"clientSecret": "cncv9823823bfb"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<clientCredentials xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
clientSecret="cncv9823823bfb" />
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "Clientname already taken.",
|
||||
"details": "Error Details...",
|
||||
"code": 409
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<clientnameConflict xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="409">
|
||||
<message>Clientname already taken.</message>
|
||||
<details>Error Details...</details>
|
||||
</clientnameConflict>
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"client": [
|
||||
{
|
||||
"clientId": "ab4820dhcb39347",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"name": "Test Application2",
|
||||
"inum": "@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false
|
||||
},
|
||||
{
|
||||
"clientId": "632h389cv902bde",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"name": "Test Application2",
|
||||
"inum": "@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0002",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false
|
||||
}
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<clients xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<client
|
||||
softDeleted="false"
|
||||
locked="false"
|
||||
status="ACTIVE"
|
||||
inum="@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0001"
|
||||
name="Test Application2"
|
||||
customerId="RCN-000-000-000"
|
||||
clientId="ab4820dhcb39347">
|
||||
</client>
|
||||
<client
|
||||
softDeleted="false"
|
||||
locked="false"
|
||||
status="ACTIVE"
|
||||
inum="@FFFF.FFFF.FFFF.FFFF!EEEE.EEEE!0002"
|
||||
name="Test Application2"
|
||||
customerId="RCN-000-000-000"
|
||||
clientId="632h389cv902bde">
|
||||
</client>
|
||||
</clients>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "CustomerId already taken.",
|
||||
"details": "Error Details...",
|
||||
"code": 409
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<customerIdConflict xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="409">
|
||||
<message>CustomerId already taken.</message>
|
||||
<details>Error Details...</details>
|
||||
</customerIdConflict>
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"defined": {
|
||||
"permission": [
|
||||
{
|
||||
"permissionId": "addCustomer",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"clientId": "IDM"
|
||||
},
|
||||
{
|
||||
"permissionId": "getCustomer",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"clientId": "IDM"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<permissions xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<defined>
|
||||
<permission
|
||||
clientId="IDM"
|
||||
customerId="RCN-000-000-000"
|
||||
permissionId="addCustomer"/>
|
||||
<permission
|
||||
clientId="IDM"
|
||||
customerId="RCN-000-000-000"
|
||||
permissionId="getCustomer"/>
|
||||
</defined>
|
||||
</permissions>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "Email Address already taken.",
|
||||
"details": "Error Details...",
|
||||
"code": 409
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<emailConflict xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="409">
|
||||
<message>Email Address already taken.</message>
|
||||
<details>Error Details...</details>
|
||||
</emailConflict>
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"
|
||||
xml:lang="en-US">
|
||||
<entry>
|
||||
<title>User, "mkovacs" was modified.</title>
|
||||
<summary>User, "mkovacs" was modified.</summary>
|
||||
<link rel="actual"
|
||||
href="/customers/RCN-000-000-000/users/mkovacs" />
|
||||
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
|
||||
<updated>2003-12-13T18:30:02Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>User, "hueyly" was created.</title>
|
||||
<summary>User, "hueyly" was created.</summary>
|
||||
<link rel="actual"
|
||||
href="/customers/RCN-000-000-000/users/hueyly" />
|
||||
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-920474efa234</id>
|
||||
<updated>2003-12-13T18:29:20Z</updated>
|
||||
</entry>
|
||||
</feed>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "Forbidden",
|
||||
"details": "Error Details...",
|
||||
"code": 403
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<forbidden xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="403">
|
||||
<message>Forbidden</message>
|
||||
<details>Error Details...</details>
|
||||
</forbidden>
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"customParams" : [
|
||||
{
|
||||
"name": "%%FirstName%%",
|
||||
"value": "Steve"
|
||||
},
|
||||
{
|
||||
"name": "%%LastName%%",
|
||||
"value": "Smith"
|
||||
}
|
||||
],
|
||||
"templateUrl": "http://cp.rackspace.com/files/passwordRecovery.txt",
|
||||
"callbackUrl": "http://cp.rackspace.com/passwordRecovery.html",
|
||||
"from": "Rackspace Control Panel",
|
||||
"replyTo": "cpsupport@rackspace.com",
|
||||
"subject": "Rackspace Password Reset"
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<passwordRecovery xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
templateUrl="http://cp.rackspace.com/files/passwordRecovery.txt"
|
||||
callbackUrl="http://cp.rackspace.com/passwordRecovery.html"
|
||||
from="Rackspace Control Panel"
|
||||
replyTo="cpsupport@rackspace.com"
|
||||
subject="Rackspace Password Reset">
|
||||
<customParams>
|
||||
<customParam name="%%FirstName%%" value="Steve" />
|
||||
<customParam name="%%LastName%%" value="Smith" />
|
||||
</customParams>
|
||||
</passwordRecovery>
|
@ -1,20 +0,0 @@
|
||||
{
|
||||
"username": "qauser",
|
||||
"customerId": "RCN-QATestingCustomer",
|
||||
"customerInum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999",
|
||||
"email": "quauser@example.com",
|
||||
"personId": "RPN-qauser-000-10001",
|
||||
"firstName": "qauser",
|
||||
"middleName": "none",
|
||||
"lastName": "Tester",
|
||||
"displayName": "qauser",
|
||||
"prefLanguage": "en-us",
|
||||
"inum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false,
|
||||
"country": "USA",
|
||||
"timeZone": "America/Chicago",
|
||||
"mossoId": 999112358,
|
||||
"nastId": "nastid-qauser"
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<user xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
username="qauser"
|
||||
customerId="RCN-QATestingCustomer"
|
||||
customerInum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999"
|
||||
email="quauser@example.com"
|
||||
personId="RPN-qauser-000-10001"
|
||||
firstName="qauser"
|
||||
middleName="none"
|
||||
lastName="Tester"
|
||||
displayName="qauser"
|
||||
prefLanguage="en-us"
|
||||
inum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001"
|
||||
status="ACTIVE"
|
||||
locked="false"
|
||||
softDeleted="false"
|
||||
country="USA"
|
||||
timeZone="America/Chicago"
|
||||
mossoId="999112358"
|
||||
nastId="nastid-qauser"/>
|
@ -1,20 +0,0 @@
|
||||
{
|
||||
"username": "qauser",
|
||||
"customerId": "RCN-QATestingCustomer",
|
||||
"customerInum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999",
|
||||
"email": "quauser@example.com",
|
||||
"personId": "RPN-qauser-000-10001",
|
||||
"firstName": "qauser",
|
||||
"middleName": "none",
|
||||
"lastName": "Tester",
|
||||
"displayName": "qauser",
|
||||
"prefLanguage": "en-us",
|
||||
"inum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false,
|
||||
"country": "USA",
|
||||
"timeZone": "America/Chicago",
|
||||
"mossoId": 999112358,
|
||||
"nastId": "nastid-qauser"
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<user xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
username="qauser"
|
||||
customerId="RCN-QATestingCustomer"
|
||||
customerInum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999"
|
||||
email="quauser@example.com"
|
||||
personId="RPN-qauser-000-10001"
|
||||
firstName="qauser"
|
||||
middleName="none"
|
||||
lastName="Tester"
|
||||
displayName="qauser"
|
||||
prefLanguage="en-us"
|
||||
inum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001"
|
||||
status="ACTIVE"
|
||||
locked="false"
|
||||
softDeleted="false"
|
||||
country="USA"
|
||||
timeZone="America/Chicago"
|
||||
mossoId="999112358"
|
||||
nastId="nastid-qauser"/>
|
@ -1,20 +0,0 @@
|
||||
{
|
||||
"username": "qauser",
|
||||
"customerId": "RCN-QATestingCustomer",
|
||||
"customerInum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999",
|
||||
"email": "quauser@example.com",
|
||||
"personId": "RPN-qauser-000-10001",
|
||||
"firstName": "qauser",
|
||||
"middleName": "none",
|
||||
"lastName": "Tester",
|
||||
"displayName": "qauser",
|
||||
"prefLanguage": "en-us",
|
||||
"inum": "@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001",
|
||||
"status": "ACTIVE",
|
||||
"locked": false,
|
||||
"softDeleted": false,
|
||||
"country": "USA",
|
||||
"timeZone": "America/Chicago",
|
||||
"mossoId": 999112358,
|
||||
"nastId": "nastid-qauser"
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<user xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
username="qauser"
|
||||
customerId="RCN-QATestingCustomer"
|
||||
customerInum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999"
|
||||
email="quauser@example.com"
|
||||
personId="RPN-qauser-000-10001"
|
||||
firstName="qauser"
|
||||
middleName="none"
|
||||
lastName="Tester"
|
||||
displayName="qauser"
|
||||
prefLanguage="en-us"
|
||||
inum="@!FFFF.FFFF.FFFF.FFFF!EEEE.999!10001"
|
||||
status="ACTIVE"
|
||||
locked="false"
|
||||
softDeleted="false"
|
||||
country="USA"
|
||||
timeZone="America/Chicago"
|
||||
mossoId="999112358"
|
||||
nastId="nastid-qauser"/>
|
@ -1,15 +0,0 @@
|
||||
{"user":
|
||||
{
|
||||
"groups": {
|
||||
"values": [
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"id": "Admin"
|
||||
}
|
||||
]},
|
||||
"id": "jqsmith",
|
||||
"tenantId": "1234",
|
||||
"email": "john.smith@example.org",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<user xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
enabled="true" email="john.smith@example.org"
|
||||
tenantId="1234" id="jqsmith">
|
||||
<groups>
|
||||
<group tenantId="1234" id="Admin"/>
|
||||
</groups>
|
||||
</user>
|
@ -1,6 +0,0 @@
|
||||
{"group":
|
||||
{
|
||||
"name" : "Admin",
|
||||
"description" : "A description ..."
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<group xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
name="Admin"
|
||||
description="A description..." />
|
@ -1,10 +0,0 @@
|
||||
{"groups": [
|
||||
{
|
||||
"name" : "Admin",
|
||||
"description" : "A description ..."
|
||||
},
|
||||
{
|
||||
"name" : "Technical",
|
||||
"description" : "Another description ..."
|
||||
}]
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<groups xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<group
|
||||
name="Admin"
|
||||
description="A description..."/>
|
||||
<group
|
||||
name="Technical"
|
||||
description="Another description..."/>
|
||||
</groups>
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"granted": {
|
||||
"permission": [
|
||||
{
|
||||
"permissionId": "addCustomer",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"clientId": "IDM"
|
||||
},
|
||||
{
|
||||
"permissionId": "getCustomer",
|
||||
"customerId": "RCN-000-000-000",
|
||||
"clientId": "IDM"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<permissions xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<granted>
|
||||
<permission
|
||||
clientId="IDM"
|
||||
customerId="RCN-000-000-000"
|
||||
permissionId="addCustomer"/>
|
||||
<permission
|
||||
clientId="IDM"
|
||||
customerId="RCN-000-000-000"
|
||||
permissionId="getCustomer"/>
|
||||
</granted>
|
||||
</permissions>
|
@ -1,6 +0,0 @@
|
||||
{"group":
|
||||
{
|
||||
"id" : "Admin",
|
||||
"description" : "A Description of the group..."
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<group xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
id="Admin">
|
||||
<description>A Description of the group...</description>
|
||||
</group>
|
@ -1,6 +0,0 @@
|
||||
{"group":
|
||||
{
|
||||
"id" : "Admin",
|
||||
"description" : "A New description of the group..."
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<group xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
id="Admin">
|
||||
<description>A New description of the group...</description>
|
||||
</group>
|
@ -1,7 +0,0 @@
|
||||
{"group":
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"id" : "Admin",
|
||||
"description" : "A New description of the group..."
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<group xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
tenantId="1234" id="Admin">
|
||||
<description>A New description of the group...</description>
|
||||
</group>
|
@ -1,7 +0,0 @@
|
||||
{"group":
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"id" : "Admin",
|
||||
"description" : "A Description of the group..."
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<group xmlns="http://docs.openstack.org/idm/api/v1.0"
|
||||
tenantId="1234" id="Admin">
|
||||
<description>A Description of the group...</description>
|
||||
</group>
|
@ -1,12 +0,0 @@
|
||||
{"groups": {
|
||||
"values" : [
|
||||
{
|
||||
"id" : "Admin",
|
||||
"description" : "A description ..."
|
||||
},
|
||||
{
|
||||
"id" : "Technical",
|
||||
"description" : "Another description ..."
|
||||
}]
|
||||
}
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<groups xmlns="http://docs.openstack.org/idm/api/v1.0">
|
||||
<group id="Admin">
|
||||
<description>A Description of the group...</description>
|
||||
</group>
|
||||
<group id="Technical">
|
||||
<description>Another description...</description>
|
||||
</group>
|
||||
</groups>
|
@ -1,15 +0,0 @@
|
||||
{"groups": {
|
||||
"values" : [
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"id" : "Admin",
|
||||
"description" : "A description ..."
|
||||
},
|
||||
{
|
||||
"tenantId" : "1234",
|
||||
"id" : "Technical",
|
||||
"description" : "Another description ..."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<groups xmlns="http://docs.openstack.org/idm/api/v1.0">
|
||||
<group tenantId="1234" id="Admin">
|
||||
<description>A Description of the group...</description>
|
||||
</group>
|
||||
<group tenantId="1234" id="Technical">
|
||||
<description>Another description...</description>
|
||||
</group>
|
||||
</groups>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "Method Not Allowed",
|
||||
"details": "Error Details...",
|
||||
"code": 405
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<methodNotAllowed xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="405">
|
||||
<message>Method Not Allowed</message>
|
||||
<details>Error Details...</details>
|
||||
</methodNotAllowed>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"message": "What username?",
|
||||
"details": "Error Details...",
|
||||
"code": 400
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<missingUsername xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
code="400">
|
||||
<message>What username?</message>
|
||||
<details>Error Details...</details>
|
||||
</missingUsername>
|
@ -1,4 +0,0 @@
|
||||
{"token": {
|
||||
"id": "DFW-c6dfc4456f6545f8b8265ff5b6bda775",
|
||||
"expires_in": 16110
|
||||
}}
|
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<cloudAuth xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<token id="DFW-c6dfc4456f6545f8b8265ff5b6bda775"
|
||||
expires_in="16640"/>
|
||||
<serviceCatalog xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<service name="cloudFiles">
|
||||
<endpoint region="DFW"
|
||||
v1Default="true"
|
||||
publicURL="https://storage.clouddrive.com/v1/KovacsNastId"
|
||||
internalURL="https://storage-snet.clouddrive.com/v1/KovacsNastId"/>
|
||||
</service>
|
||||
<service name="cloudServers">
|
||||
<endpoint v1Default="false"
|
||||
publicURL="https://servers.api.rackspacecloud.com/v1.0/90000"/>
|
||||
</service>
|
||||
</serviceCatalog>
|
||||
</cloudAuth>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<mossoCredentials xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
mossoId="999112358"
|
||||
key="qauser-000-001" />
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<nastCredentials xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
nastId="nastid-qauser"
|
||||
key="qauser-000-001" />
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"customParams": {
|
||||
"param": [
|
||||
{
|
||||
"name": "FirstName",
|
||||
"value": "Steve"
|
||||
}
|
||||
]
|
||||
},
|
||||
"callbackUrl": "http://www.someurl.com",
|
||||
"templateUrl": "http://www.someurl.com",
|
||||
"from": "email@email.com",
|
||||
"replyTo": "replay@email.com",
|
||||
"subject": "Password Recovery"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<passwordRecovery xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
subject="Password Recovery"
|
||||
replyTo="replay@email.com"
|
||||
from="email@email.com"
|
||||
templateUrl="http://www.someurl.com"
|
||||
callbackUrl="http://www.someurl.com">
|
||||
<customParams>
|
||||
<params value="Steve" name="FirstName" />
|
||||
</customParams>
|
||||
</passwordRecovery>
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Mininum Legth",
|
||||
"message": "Password must be at least 7 characters long."
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<passwordRule xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
message="Password must be at least 7 characters long."
|
||||
name="Mininum Legth"
|
||||
id="1" />
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"passed": true,
|
||||
"ruleId": 1,
|
||||
"ruleName": "Minimum Length",
|
||||
"ruleMessage": "Password must be at least 7 characters long."
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<passwordRuleResult xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
ruleMessage="Password must be at least 7 characters long."
|
||||
ruleName="Minimum Length"
|
||||
ruleId="1"
|
||||
passed="true" />
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"passwordRuleResult": [
|
||||
{
|
||||
"passed": true,
|
||||
"ruleId": 1,
|
||||
"ruleName": "Minimum Length",
|
||||
"ruleMessage": "Password must be at least 7 characters long."
|
||||
},
|
||||
{
|
||||
"passed": true,
|
||||
"ruleId": 2,
|
||||
"ruleName": "Lowercase Character",
|
||||
"ruleMessage": "Password must contain a lowercase character."
|
||||
}
|
||||
]
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<passwordRuleResults
|
||||
xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<passwordRuleResults
|
||||
ruleMessage="Password must be at least 7 characters."
|
||||
ruleName="Minimum Length"
|
||||
ruleId="1"
|
||||
passed="true" />
|
||||
<passwordRuleResults
|
||||
ruleMessage="Password must contain a lowercase."
|
||||
ruleName="Lowercase Character"
|
||||
ruleId="2"
|
||||
passed="true" />
|
||||
</passwordRuleResults>
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"passwordRule": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Mininum Legth",
|
||||
"message": "Password must be at least 7 characters long."
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Lowercase Character",
|
||||
"message": "Password must contain a lowercase character."
|
||||
}
|
||||
]
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<passwordRules
|
||||
xmlns="http://docs.rackspacecloud.com/idm/api/v1.0">
|
||||
<passwordRule
|
||||
message="Password must be at least 7 characters."
|
||||
name="Mininum Legth"
|
||||
id="1" />
|
||||
<passwordRule
|
||||
message="Password must contain a lowercase."
|
||||
name="Lowercase Character"
|
||||
id="2" />
|
||||
</passwordRules>
|
@ -1,17 +0,0 @@
|
||||
{"passwordRuleResults":{
|
||||
"passwordRuleResults":[
|
||||
{
|
||||
"passed":true,
|
||||
"ruleId":1,"ruleName":
|
||||
"Mininumn Length",
|
||||
"ruleMessage":"The password must be at least 7 characters long"
|
||||
},
|
||||
{
|
||||
"passed":false,
|
||||
"ruleId":2,"ruleName":
|
||||
"Uppercase Rule","ruleMessage":
|
||||
"The password must contain an uppercase charater"
|
||||
}
|
||||
]},
|
||||
"validPassword":false
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<passwordValidation xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
validPassword="true">
|
||||
<passwordRuleResults>
|
||||
<passwordRuleResults
|
||||
ruleMessage="Password must be at least 7 characters long."
|
||||
ruleName="Minimum Length"
|
||||
ruleId="1"
|
||||
passed="true" />
|
||||
<passwordRuleResults
|
||||
ruleMessage="Password must contain a lowercase character."
|
||||
ruleName="Lowercase Character"
|
||||
ruleId="2"
|
||||
passed="true" />
|
||||
</passwordRuleResults>
|
||||
</passwordValidation>
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"duration": "60"
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<passwordRotationPolicy xmlns="http://docs.rackspacecloud.com/idm/api/v1.0"
|
||||
enabled="true"
|
||||
duration="90"
|
||||
</passwordRotationPolicy>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user