Dec 24, 2019
11:00 PM
Step 1. I use API ( POST https://us-4.rightscale.com/api/users ) to create a user. Step 2. I use API ( POST https://governance.rightscale.com/grs/orgs/ 28039 /users ) to add a user into an org. Step 3. I use API ( GET https://governance.rightscale.com /grs/orgs/ 28039 /users ) to list all users in an org. In Step 3, but I did not find the ' principal_uid' field in the JSON response. If I use GET https://us-4.rightscale.com/api/users to list users, the result only includes my enterprise org's users. Note: My enterprise Org# is 27845,My customer-org# is 28039. So, how to list users by Customer-Org# and contains the 'principal_uid' field? Thanks. ### create sso user
@idpHref = /api/identity_providers/123
@synnex_local_user_id = 12345
# @name createUser
POST https://us-4.rightscale.com/api/users
Content-Type: application/json
X-Api-Version: 1.5
Authorization: Bearer {{access_token}}
{
"user":{
"email":"mason-test@company.com",
"company":"Company name",
"first_name":"Mason",
"last_name":"Rao",
"phone":"123456789",
"identity_provider_href": "{{idpHref}}",
"principal_uid": "{{synnex_local_user_id}}"
}
}
// 添加成功后,在Response.Headers["Location"] 获得当前添加的user_id ### add user to a org
@user_id = 126549
POST https://governance.rightscale.com/grs/orgs/{{org_id}}/users
Content-Type: application/json
X-Api-Version: 2.0
Authorization: Bearer {{access_token}}
{
"id": "{{user_id}}",
"kind": "user"
} ### list all users in an org
GET https://governance.rightscale.com/grs/orgs/{{org_id}}/users
X-Api-Version: 2.0
Authorization: Bearer {{access_token}}
... View more
Dec 22, 2019
07:24 PM
I use SAML 2.0 to integrate https://analytics.rightscale.com for SSO. I visit this URL (https://analytics.rightscale.com), it will redirect to https://login.rightscale.com/login/session/new?flow_return_to=https%3A%2F%2Fanalytics.rightscale.com%2F when I did not log in. At this time I need to manually enter the value of the SSO Identifier, and click "Log In", the webpage will jump to our company's IDP website for login, and then log in successfully and return to the (https://analytics.rightscale.com ). During this whole process, there is a problem, our's users need to manually enter the SSO Identifier in order to log in to the Optima system. So is there a parameter, I put it behind the entry URL, rightScale will automatically perform SAML login, such as (https://analytics.rightscale.com?sso={sso_identifier} )? This is an important issue, and our developers did not find a description in the official RightScale documentation.
... View more
Dec 22, 2019
06:59 PM
This seems to be a bug? And this API does not verify the case, the same value, there is a different case in the letter can also be added successfully.
... View more
Dec 19, 2019
07:31 PM
https://helpnet.flexerasoftware.com/Optima/Content/helplibrary/Cloud_Tag_Rules.htm#optimabilling_3089684038_1141766 What is Cloud Tag? Where the Tag's value set?
... View more
Dec 18, 2019
03:34 AM
Once these steps are complete, please wait up to 24 hours for data to be populated in Optima. All subscriptions will be populated with data from as far back as there is utilization for the subscription.
... View more
Dec 18, 2019
03:31 AM
Hi, I use the Cost management API (https://reference.rightscale.com/cost_management/), and add the same customer to different orgs. Why the id the same? and how to resolve this conflict?
... View more
Dec 18, 2019
03:09 AM
Hi, When I use Cost management API(https://reference.rightscale.com/cost_management/), and add a customer to a CSP partner. But I didn't see any data in Optima (https://analytics.rightscale.com/). I want to know, when will the data be visible after I add it? Is there an API query for the customer state? ------------------------ Here's a description of the official document: https://helpnet.flexerasoftware.com/Optima/Content/helplibrary/Connect_Azure_Cloud_Solution_Provider_to_Optima_for_Cost_Reporting.htm Once a customer has been configured, RightScale will begin generating cost information for that customer's subscriptions by combining the customer's subscription utilization records (which contains detailed usage information) with the Azure Pay-as-you-Go prices in USD. The resulting costs are shown in Optima and can be analyzed like other bill-based costs. ------------------------ https://docs.rightscale.com/clouds/azure_resource_manager/getting_started/managing_csp_partnerships_and_customers.html#enabling-your-customers-in-optima-associate-a-customer-tenant-to-a-rightscale-organization Thanks.
... View more
Nov 24, 2019
07:31 PM
I'm working on how to integrate Optima into our system. I have a question about whether there is a subscription or Webhook way to receive Optima Recommendations message/event?
... View more
Latest posts by masonr
Subject | Views | Posted |
---|---|---|
2051 | Jan 02, 2020 06:40 PM | |
915 | Dec 24, 2019 11:00 PM | |
2110 | Dec 22, 2019 07:24 PM | |
836 | Dec 22, 2019 06:59 PM | |
997 | Dec 19, 2019 07:31 PM | |
874 | Dec 18, 2019 03:34 AM | |
883 | Dec 18, 2019 03:31 AM | |
878 | Dec 18, 2019 03:09 AM | |
877 | Nov 24, 2019 07:31 PM |
Activity Feed
- Got a Kudo for Re: What is the entry URL of SSO?. Jan 14, 2020 02:15 PM
- Posted Re: What is the entry URL of SSO? on Flexera One Forum. Jan 02, 2020 06:40 PM
- Posted How to list users by Org# and contains the 'principal_uid' field on Cloud Management Platform Forum. Dec 24, 2019 11:00 PM
- Tagged What is the entry URL of SSO? on Flexera One Forum. Dec 22, 2019 07:25 PM
- Tagged What is the entry URL of SSO? on Flexera One Forum. Dec 22, 2019 07:25 PM
- Posted What is the entry URL of SSO? on Flexera One Forum. Dec 22, 2019 07:24 PM
- Posted Re: Why do I add the same customer to different orgs, and the id is the same? on Flexera One Forum. Dec 22, 2019 06:59 PM
- Tagged Re: What is Cloud Tag in Allocation Rules on Flexera One Forum. Dec 22, 2019 06:56 PM
- Tagged What is Cloud Tag in Allocation Rules on Flexera One Forum. Dec 22, 2019 06:56 PM
- Tagged What is Cloud Tag in Allocation Rules on Flexera One Forum. Dec 22, 2019 06:56 PM
- Posted What is Cloud Tag in Allocation Rules on Flexera One Forum. Dec 19, 2019 07:31 PM
- Posted Re: How do I know customer data is being crawled? on Flexera One Forum. Dec 18, 2019 03:34 AM
- Posted Why do I add the same customer to different orgs, and the id is the same? on Flexera One Forum. Dec 18, 2019 03:31 AM
- Posted How do I know customer data is being crawled? on Flexera One Forum. Dec 18, 2019 03:09 AM
- Posted Can I get a Recommendations message by subscribing or webhook? on Flexera One Forum. Nov 24, 2019 07:31 PM